Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-10-06 00:59:36 +0300
committerRich Trott <rtrott@gmail.com>2015-10-07 01:05:38 +0300
commitdbce29a3ace6ca978f89c27c9a84036a83a7b562 (patch)
treeabb2dcc42276b2791750a6890e5293e86d6b470f /Makefile
parente655a437b3fde33151eab3606f6d3a06d5b8e681 (diff)
tools: apply linting to custom rules code
Apply our eslint rules to the code for our custom eslint rules. Eslint Inception! Maybe. I never saw that movie... PR-URL: https://github.com/nodejs/node/pull/3195 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Roman Reiss <me@silverwind.io>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c99f6c21f83..1d8b89b65b6 100644
--- a/Makefile
+++ b/Makefile
@@ -505,7 +505,8 @@ bench-idle:
$(NODE) benchmark/idle_clients.js &
jslint:
- $(NODE) tools/eslint/bin/eslint.js src lib test --rulesdir tools/eslint-rules --reset --quiet
+ $(NODE) tools/eslint/bin/eslint.js src lib test tools/eslint-rules \
+ --rulesdir tools/eslint-rules --reset --quiet
CPPLINT_EXCLUDE ?=
CPPLINT_EXCLUDE += src/node_lttng.cc