-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mlc-config.json
30 lines (30 loc) · 1.08 KB
/
.mlc-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"_comment": "Markdown Link Checker configuration, see https://github.com/gaurav-nelson/github-action-markdown-link-check and https://github.com/tcort/markdown-link-check",
"ignorePatterns": [{
"pattern": "^http://localhost"
}, {
"pattern": "^https://localhost"
}, {
"pattern": "^https://doi.org/10.0000/FIXME$"
}, {
"pattern": "^https://doi.org/10.0000/FIXME$"
}, {
"pattern": "^https://www.zotero.org/settings/keys$"
}, {
"pattern": "^https://github.com/orgs/your-github-organization/people$"
}, {
"pattern": "^https://myrsd.ddns.net$"
}, {
"pattern": "^https://3.92.182.176$"
}, {
"pattern": "^https://doi.org/<yourdoi>$"
}, {
"pattern": "^https://github.com/research-software-directory/research-software-directory/workflows/.*/badge.svg$"
}],
"replacementPatterns": [{
"pattern": "^/",
"replacement": "https://github.com/research-software-directory/research-software-directory/blob/master/"
}],
"retryOn429": true,
"fallbackRetryDelay": "30s"
}