forked from reactivefoundation/reactiveprinciples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasciidoc-link-check-config.json
19 lines (19 loc) · 1020 Bytes
/
asciidoc-link-check-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"ignorePatterns": [
{ "pattern": "^(?!http)" },
{ "pattern": "^https?://\\d+\\." },
{ "pattern": "^https?://localhost" },
{ "pattern": "^http://apt\\.kubernetes\\.io/kubernetes-xenial" },
{ "pattern": "^https://ec2-.+\\.compute\\.amazonaws\\.com:8443" },
{ "pattern": "^https?://.+\\.default\\.svc" },
{ "pattern": "\\$" },
{ "pattern": "^https://github\\.com/lightbend/lightbend-platform-docs" },
{ "pattern": "^https://github.com/minishift/minishift-centos-iso/releases/download/v1.12.0/minishift-centos7.iso$" },
{ "pattern": "^https://api.github.com/repos/minishift/minishift/tags$" },
{ "pattern": "^https://repo\\.lightbend\\.com" },
{ "pattern": "^https://lightbend\\.bintray\\.com" },
{ "pattern": "^http://maven\\.apache\\.org/SETTINGS/1\\.0\\.0$" },
{ "pattern": "^https://www.youtube.com" },
{ "pattern": "^https://www.lightbend.com/account/lightbend-platform/credentials" }
]
}