Skip to content

Commit

Permalink
ignore link check for stackoverflow.com
Browse files Browse the repository at this point in the history
it looks like the used link check tool cannot handle the newly
returned 403 from all stackoverflow page.
Disable for now.
Later we should use: https://github.com/UmbrellaDocs/linkspector
  • Loading branch information
langchr86 committed Feb 19, 2024
1 parent 97ad2a6 commit a610eb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
{
"pattern": "^https://bitbucket.org/supercomputingsystems.*"
},
{
"pattern": "^https://stackoverflow.com.*"
}
],
"aliveStatusCodes": [200, 206, 500]
Expand Down

0 comments on commit a610eb6

Please sign in to comment.