forked from nlesc-eTAOC/pyTAMS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mlc-config.json
30 lines (30 loc) · 930 Bytes
/
.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://doi.org/<replace-with-created-DOI>"
},
{
"pattern": "^https://github.com/.*/settings/secrets/actions$"
},
{
"pattern": "^https://github.com/organizations/.*/repositories/new"
},
{
"pattern": "^https://test.pypi.org"
},
{
"pattern": "^https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>"
},
{
"pattern": "^https://readthedocs.org/dashboard/import.*"
}
],
"replacementPatterns": [
],
"retryOn429": true,
"timeout": "20s"
}