We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5809426 commit 7fd3cb6Copy full SHA for 7fd3cb6
Makefile
@@ -261,6 +261,9 @@ bench-idle:
261
sleep 1
262
./node benchmark/idle_clients.js &
263
264
+jslintfix:
265
+ PYTHONPATH=tools/closure_linter/ $(PYTHON) tools/closure_linter/closure_linter/fixjsstyle.py --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
266
+
267
jslint:
268
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
269
0 commit comments