-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
25 lines (19 loc) · 898 Bytes
/
lychee.toml
File metadata and controls
25 lines (19 loc) · 898 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
verbose = "info"
# Plain mode displays the results in a simple, easy-to-read format. It is useful for automated scripts or when you want to save the output to a file.
mode = "plain"
# Enable link caching. This can be helpful to avoid checking the same links on
# multiple runs.
cache = true
# Discard all cached requests older than this duration.
max_cache_age = "2d"
accept = "200..=204,400,401,403,405,429,500,503,504"
# Exclude URLs and mail addresses from checking. The values are treated as regular expressions
exclude = [
'https://github.com/owner/repo',
'https://github.com/alessio-locatelli/ceo-agent-workflow', # Placeholder URL before publishing
'https://github.com/github/spec-kit', # A valid URL.
]
# Exclude all private IPs from checking.
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
# `exclude_loopback` to true.
exclude_all_private = true