forked from microsoft/code-with-engineering-playbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.markdown-link-check.json
43 lines (43 loc) · 1.9 KB
/
.markdown-link-check.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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"ignorePatterns": [
{"pattern": "^./INSERT_URL_TO_ISSUE"},
{"pattern": "^./link-to-the-work-item"},
{"pattern": "^https://portal.azure.com"},
{"pattern": "^http://link-to-feature-or-story-work-item"},
{"pattern": "^http://link-to-task-work-item"},
{"pattern": "^http://link-to-story-work-item"},
{"pattern": "^http://link-to-work-item"},
{"pattern": "^https://tanzu.vmware.com/developer/guides/kubernetes/observability-prometheus-grafana-p1"},
{"pattern": "^https://www.w3.org/blog/2019/12/trace-context-enters-proposed-recommendation/"},
{"pattern": "^https://blog.cloudflare.com/cloudflare-outage/"},
{"pattern": "^https://thanos.io"},
{"pattern": "^https://gitlab.com/palisade/palisade-release"},
{"pattern": "(.*\\.)?.opentelemetry.io"},
{"pattern": "(.*\\.)?.pluralsight.com"},
{"pattern": "^https://www.github.com"},
{"pattern": "^https://marketplace.visualstudio.com"},
{"pattern": "^https://opensource.org/licenses/MIT"},
{"pattern": "^https://www.researchgate.net/publication/301839557_The_landscape_of_software_failure_cause_models"},
{"pattern": "^https://www.cmu.edu/iso/governance/guidelines/data-classification.html"},
{"pattern": "^https://machinelearningmastery.com/how-to-get-baseline-results-and-why-they-matter/"},
{"pattern": "^https://www.perfecto.io/"},
{"pattern": "^https://www.ranorex.com/free-trial/"},
{"pattern": "^https://argo-cd.readthedocs.io/"},
{"pattern": "^http://pytest.org/"},
{"pattern": "^http://code.visualstudio.com/"},
{"pattern": "^https://plantuml.com/"}
],
"httpHeaders": [
{
"urls": ["https://docs.github.com/",
"https://help.github.com/",
"https://github.com/",
"https://blog.cloudflare.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"retryOn429": true,
"aliveStatusCodes": [200, 206, 302, 0]
}