Skip to content

Commit

Permalink
Added make target for linting core unit tests [#608]
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher De Cairos committed Sep 15, 2011
2 parents e64aa73 + d57ea08 commit 8a061ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -160,6 +160,10 @@ lint:
@@echo "Checking Popcorn against JSLint..."
@@$(call run_lint,popcorn.js)

lint-core-tests:
@@echo "Checking core unit tests against JSLint..."
@@$(call run_lint,test/popcorn.unit.js)

lint-plugins:
@@echo "Checking all plugins against JSLint..."
@@$(call run_lint,$(PLUGINS_SRC))
Expand Down

0 comments on commit 8a061ef

Please sign in to comment.