Skip to content

Commit

Permalink
Ignore royalmail.com "dead" links
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarez89 authored and adrianclay committed Nov 7, 2024
1 parent 0925c6e commit 73d9ba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ function checkFile (fileName) {
{ pattern: /currys.co.uk/ },
{ pattern: /pcworld.co.uk/ },
{ pattern: /goodreads.com/ }, // regularly returning as dead
{ pattern: /\.github.com/ } // github subsites are returning 403. markdown-link-check are looking at it. https://github.com/tcort/markdown-link-check/issues/201
{ pattern: /\.github.com/ }, // github subsites are returning 403. markdown-link-check are looking at it. https://github.com/tcort/markdown-link-check/issues/201

{ pattern: /royalmail.com/ }, // regularly returning as dead
]
}

Expand Down

0 comments on commit 73d9ba5

Please sign in to comment.