Skip to content

Commit a4e5a3a

Browse files
targosdanielleadams
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 <ryzokuken@disroot.org> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
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

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)