Skip to content

Commit 82e459d

Browse files
bnoordhuistargos
authored andcommitted
doc: don't check links in tmp dirs
PR-URL: #32996 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 466213d commit 82e459d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/doc/checkLinks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ function findMarkdownFilesRecursively(dirPath) {
2727
if (
2828
entry.isDirectory() &&
2929
entry.name !== 'api' &&
30+
entry.name !== 'tmp' &&
3031
entry.name !== 'fixtures' &&
3132
entry.name !== 'changelogs' &&
3233
entry.name !== 'deps' &&

0 commit comments

Comments
 (0)