Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 9633843

Browse files
committed
jslint src/ and lib/ on 'make test'
1 parent 0cdf85e commit 9633843

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ distclean:
4848
-rm -f config.mk
4949

5050
test: all
51+
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
5152
$(PYTHON) tools/test.py --mode=release simple message
5253

5354
test-http1: all

0 commit comments

Comments
 (0)