-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.linkspector.yml
More file actions
38 lines (38 loc) · 1.46 KB
/
.linkspector.yml
File metadata and controls
38 lines (38 loc) · 1.46 KB
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
dirs:
- docs/content
ignorePatterns:
# Ignore internal anchors that are already handled by mkdocs
- pattern: ".md#"
- pattern: "https://www.drupal.org/project/"
- pattern: "https://www.drupal.org/forum/"
- pattern: "https://www.drupal.org/join-slack"
- pattern: "https://www.php.net/manual/"
- pattern: "https://www.drupaleasy.com"
- pattern: "https://blackfire.io"
- pattern: "https://www.blackfire.io"
- pattern: "https://nightly.link/ddev/ddev/workflows/main-build/main"
- pattern: "https://github.com/ddev/maintainer-info"
- pattern: "https://buildkite.com/organizations/ddev"
- pattern: "https://github.com/orgs/ddev"
- pattern: "https://github.com/watching"
- pattern: "https://newmonitor.thefays.us/icingaweb2"
- pattern: "https://analytics.amplitude.com"
- pattern: "https://stackoverflow.com"
- pattern: "https://meta.stackoverflow.com"
- pattern: "https://superuser.com"
- pattern: "https://symfony.com"
- pattern: "https://community.chocolatey.org"
- pattern: "https://aur.archlinux.org"
- pattern: "https://team-ddev.1password.com"
- pattern: "https://web.archive.org"
- pattern: "https://specifications.freedesktop.org"
- pattern: "https://mutagen.io"
- pattern: "https://www.npmjs.com"
aliveStatusCodes:
- 200
- 206
- 301
# TODO: GitHub changed its limits, now we get 429, remove this workaround when it is resolved
# See https://github.com/UmbrellaDocs/action-linkspector/issues/43
- 429
#modifiedFilesOnly: true