summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRoman Reiss <me@silverwind.io>2015-05-12 21:29:03 +0200
committerRoman Reiss <me@silverwind.io>2015-05-12 21:57:08 +0200
commitc58264e58bca19a6a11314629bb93c10cddac7b5 (patch)
tree430053727512fcde6ce96d9cea98853e0bc619d2 /Makefile
parent0b21ab13b7dec92bca216b03f32c8f578c644a4d (diff)
downloadandroid-node-v8-c58264e58bca19a6a11314629bb93c10cddac7b5.tar.gz
android-node-v8-c58264e58bca19a6a11314629bb93c10cddac7b5.tar.bz2
android-node-v8-c58264e58bca19a6a11314629bb93c10cddac7b5.zip
tools: make eslint work on subdirectories
The old pattern didn't include files in lib/internal. This changes the pattern to directories which makes eslint apply to all subdirectories as well. PR-URL: https://github.com/iojs/io.js/pull/1686 Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92a7694a0a..451f81dde5 100644
--- a/Makefile
+++ b/Makefile
@@ -375,7 +375,7 @@ bench-idle:
./$(NODE_EXE) benchmark/idle_clients.js &
jslint:
- ./$(NODE_EXE) tools/eslint/bin/eslint.js src/*.js lib/*.js --reset --quiet
+ ./$(NODE_EXE) tools/eslint/bin/eslint.js src lib --reset --quiet
CPPLINT_EXCLUDE ?=
CPPLINT_EXCLUDE += src/node_lttng.cc