summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-07-25 10:26:03 -0700
committerisaacs <i@izs.me>2012-07-25 10:26:03 -0700
commit32141844f16e1493c1ae557e9db02a376dc70bc0 (patch)
tree24dd08cfb2bef652e8f228a574bf56b31952ff6b /Makefile
parent8656c2654e4e197ea8c2ec29b482b575dedda50a (diff)
parentf98562fcd7d1cab573ca4dc1612157d6999befd4 (diff)
downloadnode-32141844f16e1493c1ae557e9db02a376dc70bc0.tar.gz
Merge branch 'v0.8.4-release' into v0.8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa24fe101..15546d06d 100644
--- a/Makefile
+++ b/Makefile
@@ -266,6 +266,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