Skip to content

Commit

Permalink
tools: remove closure_linter to eslint on windows
Browse files Browse the repository at this point in the history
PR-URL: #1685
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
Yosuke Furukawa committed May 13, 2015
1 parent 20c9a52 commit 966acb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ goto jslint
:jslint
if not defined jslint goto exit
echo running jslint
set PYTHONPATH=tools/closure_linter/;tools/gflags/
python tools/closure_linter/closure_linter/gjslint.py --unix_mode --strict --nojsdoc -r lib/ -r src/ --exclude_files lib/punycode.js
%config%\iojs tools/eslint/bin/eslint.js src lib --reset --quiet
goto exit

:create-msvs-files-failed
Expand Down

0 comments on commit 966acb9

Please sign in to comment.