summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-07-10 14:01:00 -0700
committerRich Trott <rtrott@gmail.com>2016-07-13 11:17:33 -0700
commitcbbddc4fb081f2f83db37af744401079b9036a2f (patch)
tree2a6bb0db18a90f6df3fe4bc4298f6b731bb709f1 /Makefile
parenta2a711a37377cc0d732981832f01b24c55b24c19 (diff)
downloadandroid-node-v8-cbbddc4fb081f2f83db37af744401079b9036a2f.tar.gz
android-node-v8-cbbddc4fb081f2f83db37af744401079b9036a2f.tar.bz2
android-node-v8-cbbddc4fb081f2f83db37af744401079b9036a2f.zip
tools: increase lint coverage
Extend linting to tools/license2rtf.js and any other JS that gets added to the `tools` directory by default. This incidentally simplifies lint invocation. PR-URL: https://github.com/nodejs/node/pull/7647 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6a8cb5a66c..f66d1732fc 100644
--- a/Makefile
+++ b/Makefile
@@ -678,13 +678,11 @@ bench-idle:
$(NODE) benchmark/idle_clients.js &
jslint:
- $(NODE) tools/jslint.js -J benchmark lib src test tools/doc \
- tools/eslint-rules tools/jslint.js
+ $(NODE) tools/jslint.js -J benchmark lib src test tools
jslint-ci:
$(NODE) tools/jslint.js $(PARALLEL_ARGS) -f tap -o test-eslint.tap \
- benchmark lib src test tools/doc \
- tools/eslint-rules tools/jslint.js
+ benchmark lib src test tools
CPPLINT_EXCLUDE ?=
CPPLINT_EXCLUDE += src/node_root_certs.h