Skip to content

Commit

Permalink
Excluding Weave.Crypto from lint (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmorchard committed Jan 3, 2010
1 parent ac06433 commit 5abd2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -40,7 +40,7 @@ docs: FORCE
jsdoc -c=docs/jsdoc-toolkit.conf

lint: FORCE
for fn in `find src -type f -not -path '*/vendor/*' -name '*js'`; do \
for fn in `find src -type f -not -path '*/vendor/*' -not -path '*/Weave/Crypto/*' -name '*js'`; do \
echo '----------------------------------------'; \
echo $$fn; \
cat $$fn | jslint; \
Expand Down

0 comments on commit 5abd2b5

Please sign in to comment.