We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69d06b commit 3fcd54fCopy full SHA for 3fcd54f
Makefile
@@ -1087,7 +1087,8 @@ tools/.docmdlintstamp: $(LINT_MD_DOC_FILES)
1087
LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
1088
LINT_MD_ROOT_DOCS := $(wildcard *.md)
1089
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
1090
- -not -path '*node_modules*' -name '*.md') $(LINT_MD_ROOT_DOCS)
+ -not -path '*node_modules*' -not -path 'test/fixtures/*' -name '*.md') \
1091
+ $(LINT_MD_ROOT_DOCS)
1092
run-lint-misc-md = tools/lint-md.js -q -f $(LINT_MD_MISC_FILES)
1093
# Lint other changed markdown files maintained by us
1094
tools/.miscmdlintstamp: $(LINT_MD_MISC_FILES)
0 commit comments