Skip to content

Commit

Permalink
Ignore stack overflow URLs in link checker (#3651)
Browse files Browse the repository at this point in the history
We get a 403 (forbidden) for these currently. Just ignore them.

I also tried adding a user agent but that didn't seem to help.
  • Loading branch information
jakemac53 committed Feb 27, 2024
1 parent 76afd1a commit 0d0de89
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ignorePatterns": [
{
"pattern": "^https://stackoverflow.com"
}
]
}

0 comments on commit 0d0de89

Please sign in to comment.