FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

tools: exclude gyp from markdown link checker · nodejs/node@ae14923 · GitHub

/ node Public

Commit ae14923

Browse files
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 a9ce9b2 commit ae14923

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎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)

Back | FazBrowse Home | New Git URL