-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlychee.toml
More file actions
44 lines (40 loc) · 1.73 KB
/
lychee.toml
File metadata and controls
44 lines (40 loc) · 1.73 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
# Lychee link checker configuration
max_retries = 3
retry_wait_time = 5
max_concurrency = 10
# Treat 429 as valid after retries to avoid transient rate-limit failures.
accept = [200, 204, 206, 429]
# Exclude placeholder URLs used in documentation examples.
# Temporary baseline exclusions tracked in:
# https://github.com/chenrui333/homebrew-tap/issues/4237
exclude = [
"^https://\\.\\.\\./?$",
"^https://alanza\\.xyz/?$",
"^https://docs\\.horusec\\.io/docs/cli/overview/?$",
"^https://git\\.calcurse\\.org/?$",
"^https://twilioalpha\\.com/mcp/?$",
"^https://github\\.com/zonay/public-ollama-finder/?$",
"^https://github\\.com/stripe/agent-toolkit/tree/main/modelcontextprotocol/?$",
"^https://github\\.com/wssheldon/osintui/?$",
"^https://www\\.vibekit\\.sh/?$",
"^https://github\\.com/sindresorhus/ni/?$",
"^https://github\\.com/Herdora/chisel/?$",
"^https://github\\.com/yeoman/emoj/?$",
"^https://docs\\.nhost\\.io/platform/cli/overview(?:#.*)?$",
"^https://github\\.com/ascorbic/mapscii/?$",
"^https://rustwasm\\.github\\.io/twiggy/?$",
"^https://github\\.com/ODwyerSoftware/brunette/?$",
"^https://beelzebub-honeypot\\.com/?$",
"^https://fnc\\.bsdbox\\.org/index/?$",
"^https://www\\.gnu\\.org/software/hello/?$",
"^https://www\\.atoptool\\.nl/downloadatop\\.php/?$",
"^https://git\\.kittencollective\\.com/nebkor/joecalsend/?$",
"^https://aspizu\\.github\\.io/goboscript/?$",
"^https://github\\.com/aspizu/goboscript/?$",
"^https://reim-developer\\.github\\.io/Sephera/?$",
"^https://taskbook\\.sh/?$",
"^https://chiselapp\\.com/user/MistressRemilia/repository/benben/?$",
"^https://yeetfile\\.com/?$",
]
cache = true
user_agent = "homebrew-tap link checker (https://github.com/chenrui333/homebrew-tap)"