Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3fcd54f

Browse filesBrowse files
joyeecheungtargos
authored andcommitted
build: do not lint fixtures in make lint-md
PR-URL: #22549 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent d69d06b commit 3fcd54f
Copy full SHA for 3fcd54f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.