summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-04-25 13:54:06 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-04-25 22:44:09 +0300
commit42dca99cd73eb26c24327e3c7e8162d150a91162 (patch)
tree05e16f42775bda1e60d0d69d31e7c7e3ff1edd80 /Makefile
parent71abfa95483d0fbde24d3434c8967d6aabb4c624 (diff)
downloadnode-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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 497ec976ea..0a217bd893 100644
--- a/Makefile
+++ b/Makefile
@@ -861,7 +861,7 @@ jslint:
jslint-ci:
@echo "Running JS linter..."
$(NODE) tools/jslint.js $(PARALLEL_ARGS) -f tap -o test-eslint.tap \
- benchmark lib test tools
+ benchmark doc lib test tools
CPPLINT_EXCLUDE ?=
CPPLINT_EXCLUDE += src/node_root_certs.h