Skip to content

Commit 3fcd54f

Browse files
joyeecheungtargos
authored andcommitted
build: do not lint fixtures in make lint-md
PR-URL: #22549 Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent d69d06b commit 3fcd54f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,8 @@ tools/.docmdlintstamp: $(LINT_MD_DOC_FILES)
10871087
LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
10881088
LINT_MD_ROOT_DOCS := $(wildcard *.md)
10891089
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
1090-
-not -path '*node_modules*' -name '*.md') $(LINT_MD_ROOT_DOCS)
1090+
-not -path '*node_modules*' -not -path 'test/fixtures/*' -name '*.md') \
1091+
$(LINT_MD_ROOT_DOCS)
10911092
run-lint-misc-md = tools/lint-md.js -q -f $(LINT_MD_MISC_FILES)
10921093
# Lint other changed markdown files maintained by us
10931094
tools/.miscmdlintstamp: $(LINT_MD_MISC_FILES)

0 commit comments

Comments
 (0)