-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.mlc-config.json
More file actions
27 lines (27 loc) · 804 Bytes
/
Copy path.mlc-config.json
File metadata and controls
27 lines (27 loc) · 804 Bytes
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
{
"_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": "\\{\\{"
},
{
"pattern": "^https://doi.org/<replace-with-created-DOI>"
},
{
"pattern": "^https://bestpractices.coreinfrastructure.org/projects/<replace-with-created-project-identifier>"
},
{
"pattern": "^.github/workflows/sonarcloud.yml$"
},
{
"pattern": "^https://readthedocs.org/dashboard/import.*"
}
],
"replacementPatterns": [
],
"retryOn429": true,
"timeout": "20s"
}