-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathlychee.toml
More file actions
23 lines (19 loc) · 907 Bytes
/
lychee.toml
File metadata and controls
23 lines (19 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# lychee link-checker config
# See https://github.com/lycheeverse/lychee for all options.
# Only run internal (offline) checks in CI — external checks are too flaky
# for a prose guide full of third-party references.
# (The CI workflow passes --offline; this file just documents intent.)
# Paths that contain placeholder / template links that are valid in a user's
# actual setup but not in this repo. Lychee treats these as broken, so exclude them.
exclude_path = [
"templates/",
]
# Ignore specific URL patterns we know are placeholders or ephemeral.
exclude = [
# Auto-generated session URLs in PR descriptions / examples
"^https://app\\.devin\\.ai/sessions/",
# Common placeholder URLs in example configs
"^https://example\\.com",
]
# Fragment checks stay on lychee's default. The config key changed shape between
# lychee 0.23 and 0.24, so setting it here breaks one of those versions.