Skip to content

Commit

Permalink
write tap outout from eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Oct 19, 2015
1 parent 9b92979 commit e769c1b
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 @@ -506,7 +506,7 @@ bench-idle:
$(NODE) benchmark/idle_clients.js &

jslint:
$(NODE) tools/eslint/bin/eslint.js src lib test tools/eslint-rules \
$(NODE) tools/eslint/bin/eslint.js -f tap src lib test tools/eslint-rules \
--rulesdir tools/eslint-rules --reset --quiet

CPPLINT_EXCLUDE ?=
Expand Down

0 comments on commit e769c1b

Please sign in to comment.