We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0202429 commit 7a25b3bCopy full SHA for 7a25b3b
1 file changed
.lychee.toml
@@ -5,10 +5,14 @@
5
# - mailto: links are not real HTTP URLs
6
# - soundcloud.com: blocks automated link checkers with 403 (anti-bot protection)
7
# - formspree.io: form POST endpoints return 405 for GET requests (expected behavior)
8
+# - file://: local filesystem paths used by GitHub Actions runner (not real web links)
9
+# - mysql.com: returns 403 for bots
10
+# - scripts.sil.org: known redirect issues
11
exclude = [
12
"^mailto:",
13
"soundcloud\\.com",
14
"formspree\\.io",
15
"mysql\\.com",
- "scripts\\.sil\\.org"
16
+ "scripts\\.sil\\.org",
17
+ "^file://"
18
]
0 commit comments