Skip to content

Commit 7933310

Browse files
Trottrvagg
authored andcommitted
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: #22221 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Jon Moss <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Khaidi Chu <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: George Adams <[email protected]>
1 parent 339f6f6 commit 7933310

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ else
10921092
@echo "Skipping Markdown linter on docs (no crypto)"
10931093
endif
10941094

1095-
LINT_MD_TARGETS = src lib benchmark tools/doc tools/icu
1095+
LINT_MD_TARGETS = src lib benchmark test tools/doc tools/icu
10961096
LINT_MD_ROOT_DOCS := $(wildcard *.md)
10971097
LINT_MD_MISC_FILES := $(shell find $(LINT_MD_TARGETS) -type f \
10981098
-not -path '*node_modules*' -name '*.md') $(LINT_MD_ROOT_DOCS)

0 commit comments

Comments
 (0)