Skip to content

Commit 966acb9

Browse files
author
Yosuke Furukawa
committedMay 13, 2015
tools: remove closure_linter to eslint on windows
PR-URL: #1685 Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 20c9a52 commit 966acb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎vcbuild.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ goto jslint
181181
:jslint
182182
if not defined jslint goto exit
183183
echo running jslint
184-
set PYTHONPATH=tools/closure_linter/;tools/gflags/
185-
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
184+
%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet
186185
goto exit
187186

188187
:create-msvs-files-failed

0 commit comments

Comments
 (0)
Please sign in to comment.