Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
targos authored and MylesBorins committed Nov 16, 2020
1 parent a9ce9b2 commit ae14923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/doc/checkLinks.js
Expand Up @@ -31,6 +31,7 @@ function findMarkdownFilesRecursively(dirPath) {
entry.name !== 'changelogs' &&
entry.name !== 'deps' &&
entry.name !== 'fixtures' &&
entry.name !== 'gyp' &&
entry.name !== 'node_modules' &&
entry.name !== 'out' &&
entry.name !== 'tmp'
Expand Down

0 comments on commit ae14923

Please sign in to comment.