-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy path.linkspector.yml
More file actions
33 lines (28 loc) · 954 Bytes
/
.linkspector.yml
File metadata and controls
33 lines (28 loc) · 954 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
28
29
30
31
32
33
dirs:
- .
useGitIgnore: true
aliveStatusCodes:
- 200
- 201
- 204
- 302
- 304
ignorePatterns:
- pattern: "^http://localhost.*$"
- pattern: "^http://HOSTNAME:PORT.*$"
- pattern: "172\\.18\\.255\\.200"
- pattern: "https://\\*kpt\\*\\.dev/"
- pattern: "https://my-gitlab\\.com/joe\\.bloggs/blueprints\\.git"
- pattern: "http://172\\.18\\.0\\.200:3000/nephio/"
- pattern: "https://www\\.gnu\\.org/"
- pattern: "https://stackoverflow.com/questions/.*"
- pattern: "https://www.npmjs.com/.*"
- pattern: "https://travis-ci.org/.*"
- pattern: "https://containerlab\\.dev.*"
- pattern: "https://docs\\.google\\.com/.*"
- pattern: "https://github\\.com/nephio-project/porch/releases/download/.*/porchctl_.*_linux_amd64\\.tar\\.gz"
- pattern: "https://kubernetes\\.io/.*"
- pattern: "https://github\\.com/nephio-project/porch/releases/download/v\\{\\{"
replacementPatterns:
- pattern: ".md#.*$"
replacement: ".md"