diff options
author | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2017-04-25 13:54:06 +0300 |
---|---|---|
committer | Vse Mozhet Byt <vsemozhetbyt@gmail.com> | 2017-04-25 22:44:09 +0300 |
commit | 42dca99cd73eb26c24327e3c7e8162d150a91162 (patch) | |
tree | 05e16f42775bda1e60d0d69d31e7c7e3ff1edd80 /vcbuild.bat | |
parent | 71abfa95483d0fbde24d3434c8967d6aabb4c624 (diff) | |
download | node-new-42dca99cd73eb26c24327e3c7e8162d150a91162.tar.gz |
doc, tools: add doc linting to CI
PR-URL: https://github.com/nodejs/node/pull/12640
Fixes: https://github.com/nodejs/node/issues/12635
Refs: https://github.com/nodejs/node/pull/12563
Reviewed-By: Teddy Katz <teddy.katz@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r-- | vcbuild.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcbuild.bat b/vcbuild.bat index 83b163163d..fc267ebcda 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -428,7 +428,7 @@ goto exit :jslint-ci echo running jslint-ci -%config%\node tools\jslint.js -J -f tap -o test-eslint.tap benchmark lib test tools +%config%\node tools\jslint.js -J -f tap -o test-eslint.tap benchmark doc lib test tools goto exit :no-lint |