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:
authorisaacs <i@izs.me>2012-07-25 04:06:50 +0400
committerisaacs <i@izs.me>2012-07-25 04:06:57 +0400
commit7fd3cb666bd2f39e675fb766a40cf83869ea232d (patch)
tree81b75a4526cfd1749771daa19b3cbd7c2786a09e /Makefile
parent5809426d758af04bcd55de960081316729279838 (diff)
Build: add jslintfix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e419b4c2c5..5e40074b0c9 100644
--- a/Makefile
+++ b/Makefile
@@ -261,6 +261,9 @@ bench-idle:
sleep 1
./node benchmark/idle_clients.js &
+jslintfix:
+ PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/fixjsstyle.py --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
+
jslint:
PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js