Skip to content

Commit a4e5a3a

Browse files
targosdanielleadams
authored andcommittedOct 6, 2020
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 4aed176 commit a4e5a3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tools/doc/checkLinks.js

+1
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)
Please sign in to comment.