Skip to content

Commit ae14923

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

+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.