-
-
Notifications
You must be signed in to change notification settings - Fork 718
Expand file tree
/
Copy path.linkspector.yml
More file actions
48 lines (46 loc) · 1.92 KB
/
Copy path.linkspector.yml
File metadata and controls
48 lines (46 loc) · 1.92 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
39
40
41
42
43
44
45
46
47
48
dirs:
- docs/content
ignorePatterns:
# Ignore internal anchors that are already handled by zensical
- pattern: ".md#"
- pattern: "https://www.drupal.org/project/"
- pattern: "https://www.drupal.org/forum/"
- pattern: "https://www.drupal.org/join-slack"
- pattern: "https://www.drupal.org/docs/develop/development-tools/editors-and-ides/configuring-phpstorm"
- 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/ddev/ddev/settings/variables/actions"
- pattern: "https://github.com/orgs/ddev"
- pattern: "https://github.com/watching"
- pattern: "https://monitor.ddev.com/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"
# mailpit.axllent.org blocks linkspector's headless browser with a 403 (spam check, blocking IP)
- pattern: "https://mailpit.axllent.org"
# fixed.docs.upsun.com resets the connection to linkspector's headless browser
- pattern: "https://fixed.docs.upsun.com"
# codeberg 403
- pattern: "https://codeberg.org/oerdnj/deb.sury.org"
- pattern: "https://winaero.com"
# modx.com returns 403 to linkspector's headless browser
- pattern: "https://modx.com"
aliveStatusCodes:
- 200
- 206
- 301
#modifiedFilesOnly: true