-
Notifications
You must be signed in to change notification settings - Fork 84
/
lychee.toml
43 lines (41 loc) · 2.08 KB
/
lychee.toml
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
# CI Link checker configuration
# See https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml
# Exclude URLs and mail addresses from checking (supports regex).
# Please explain the inclusion of each one.
exclude = [
# Don't check the SMM or ficsit-cli auto download link
"https://smm.ficsit.app/",
"https://cli.ficsit.app/",
# These will always be 404s unless you're authed
"https://github.com/satisfactorymodding/UnrealEngine/",
"https://github.com/EpicGames/UnrealEngine/",
"https://github.com/EpicGames-Mirror-A/UnrealEngine/",
"https://github.com/SatisfactoryModdingUE/UnrealEngine/",
# Site seems to disallow robots
"https://cable.ayra.ch/satisfactory/editor.php",
# Reports a 404 despite the link working?
"https://www.unrealengine.com/en-US/blog/download-our-new-blender-addons",
# Possible not allowing robots, receiving 403
"https://steamdb.info/app/526870/",
# Don't check edit links for the docs itself (randomly 403s but also why check these anyways)
"https://github.com/satisfactorymodding/Documentation/edit/",
# Don't check license links at the bottom of pages, seems to frequently "Failed: Network error: unexpected EOF"
"https://www.gnu.org/",
# This is a valid page but still 404s for some reason
"https://www.audiokinetic.com/en/download/",
# unable to get local issuer certificate
"https://questions.satisfactorygame.com/",
# 403s despite being valid pages
"https://stackoverflow.com/questions/",
"https://www.unrealengine.com/en-US/ue-on-github",
"https://store.epicgames.com/en-US/p/satisfactory",
# 403s despite being valid page, we should try to get this working somehow, since these links can change without warning
"https://docs.unrealengine.com/",
"https://dev.epicgames.com/",
# Times out despite being valid
"https://www.adobe.com/learn/substance-3d-designer/web/the-pbr-guide-part-1",
# Pages often time out and Shouldn't™ ever get deleted anyways
"https://web.archive.org/web/",
]
# Exclude these filesystem paths from getting checked.
exclude_path = []