Skip to content

Commit

Permalink
chore: restore lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuste committed May 7, 2017
1 parent 4f68215 commit 4717887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ compile-tests: compile

# Run lint for coffeescript
run-coffee-lint:
# ./node_modules/coffeelint/bin/coffeelint src/ test/
./node_modules/coffeelint/bin/coffeelint src/ test/

test: compile-tests run-coffee-lint
./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha ./test-compiled/**/*.js
Expand Down

0 comments on commit 4717887

Please sign in to comment.