Skip to content

Commit 7fd3cb6

Browse files
committed
Build: add jslintfix
1 parent 5809426 commit 7fd3cb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ bench-idle:
261261
sleep 1
262262
./node benchmark/idle_clients.js &
263263

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+
264267
jslint:
265268
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
266269

0 commit comments

Comments
 (0)