-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
29 lines (25 loc) · 875 Bytes
/
lychee.toml
File metadata and controls
29 lines (25 loc) · 875 Bytes
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
# Lychee configuration file
# See https://lychee.cli.rs/usage/config/
# Exclude private email addresses
exclude = [
'mailto:2-craze-headmen@icloud.com',
'mailto:api-support@securewebapp.com',
'mailto:conduct@hqeworkbench.com',
'mailto:security@hqeworkbench.com',
'https://github.com/AbstergoSweden/HQE-Workbench/releases/tag/v.*', # Unpublished releases
'https://github.com/AbstergoSweden/HQE-Workbench/compare/.*', # Compare links for unmerged branches
'https://developers.securewebapp.com/', # Flaky external link
'https://github.com/minipuft/.*', # External 404s
'https://www.npmjs.com/package/.*', # NPM 403s
'https://smithery.ai/.*', # Rate limited
'cursor://.*', # Deep links
]
# Check markdown files
include = [
"**/*.md",
"**/*.markdown",
]
# Ignore timeout errors
timeout = 20
# Retry failed links
retries = 3