summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-24 17:06:50 -0700
committerisaacs <i@izs.me>2012-07-24 17:06:57 -0700
commit7fd3cb666bd2f39e675fb766a40cf83869ea232d (patch)
tree81b75a4526cfd1749771daa19b3cbd7c2786a09e /Makefile
parent5809426d758af04bcd55de960081316729279838 (diff)
downloadnode-7fd3cb666bd2f39e675fb766a40cf83869ea232d.tar.gz
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 0e419b4c2..5e40074b0 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