We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e4108 commit 08993b4Copy full SHA for 08993b4
vcbuild.bat
@@ -798,6 +798,11 @@ for /D %%D IN (doc\*) do (
798
for %%F IN (%%D\*.md) do (
799
set "lint_md_files="%%F" !lint_md_files!"
800
)
801
+ for /D %%S IN (%%D\*) do (
802
+ for %%F IN (%%S\*.md) do (
803
+ set "lint_md_files="%%F" !lint_md_files!"
804
+ )
805
806
807
%node_exe% tools\lint-md\lint-md.mjs %lint_md_files%
808
ENDLOCAL
@@ -813,6 +818,11 @@ for /D %%D IN (doc\*) do (
813
818
814
819
815
820
821
822
823
824
825
816
826
817
827
%node_exe% tools\lint-md\lint-md.mjs --format %lint_md_files%
828
0 commit comments