Skip to content

Commit ae14923

Browse files
targosMylesBorins
authored andcommitted
tools: exclude gyp from markdown link checker
The changelog format used in gyp-next does not comply to the rules. PR-URL: #35423 Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent a9ce9b2 commit ae14923

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
@@ -31,6 +31,7 @@ function findMarkdownFilesRecursively(dirPath) {
3131
entry.name !== 'changelogs' &&
3232
entry.name !== 'deps' &&
3333
entry.name !== 'fixtures' &&
34+
entry.name !== 'gyp' &&
3435
entry.name !== 'node_modules' &&
3536
entry.name !== 'out' &&
3637
entry.name !== 'tmp'

0 commit comments

Comments
 (0)