1
0
mirror of https://github.com/netdata/netdata.git synced 2021-06-06 23:03:21 +03:00
Files
netdata/.mlc_config.json
Josh Soref 9605ceba09 GitHub action markdown link check update (#10474)
* Update github-action-markdown-link-check

* Make pattern stricter

* Ignore docs.stackpulse.io (400)

It requires you to be logged in...
2021-01-11 13:50:16 -05:00

21 lines
331 B
JSON

{
"ignorePatterns": [
{
"pattern": "^https:\/\/pi-hole\.net\b"
},
{
"pattern": "^https:\/\/docs\.stackpulse\.io\b"
}
],
"replacementPatterns": [
{
"pattern": "^/",
"replacement": "/github/workspace/"
}
],
"aliveStatusCodes": [
200,
429
]
}