summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-08-09 15:19:40 -0700
committerRich Trott <rtrott@gmail.com>2018-08-12 15:30:17 -0700
commit7cec27c7998868b4ae0b7aef926aa75f866ed458 (patch)
tree42b9103386fbba8f4040e21a183e6d3f0fc37017 /Makefile
parenta4eb7b07e0bea8e340dba61bef6bb12e09ac6c26 (diff)
downloadandroid-node-v8-7cec27c7998868b4ae0b7aef926aa75f866ed458.tar.gz
android-node-v8-7cec27c7998868b4ae0b7aef926aa75f866ed458.tar.bz2
android-node-v8-7cec27c7998868b4ae0b7aef926aa75f866ed458.zip
tools,build: apply markdown linting to test dir
Enable markdown linting of the test directory. This change is applied only to Makefile and not vcbuild.bat because we do not currently lint anything outside of the doc directory using vcbuild.bat. In the Makefile, the other targets are called "misc" but that feature does not currently exist in vcbuild.bat. Adding it would be good, but outside the scope of this change. PR-URL: https://github.com/nodejs/node/pull/22221 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Jon Moss <me@jonathanmoss.me> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: George Adams <george.adams@uk.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e769a6e574..231948c15b 100644
--- a/Makefile
+++ b/Makefile
@@ -1092,7 +1092,7 @@ else
@echo "Skipping Markdown linter on docs (no crypto)"
endif
-LINT_MD_TARGETS = src lib benchmark tools/doc tools/icu
+LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
LINT_MD_ROOT_DOCS := $(wildcard *.md)
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
-not -path '*node_modules*' -name '*.md') $(LINT_MD_ROOT_DOCS)