-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlychee-ci.toml
33 lines (22 loc) · 992 Bytes
/
lychee-ci.toml
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
############################# Display #############################
# Verbose program output
# Accepts log level: "error", "warn", "info", "debug", "trace"
verbose = "error"
# Don't show interactive progress bar while checking links.
no_progress = true
mode = "plain"
############################# Runtime #############################
# Maximum number of concurrent link checks.
max_concurrency = 16
############################# Requests ############################
# Website timeout from connect to response finished.
timeout = 20
# Minimum wait time in seconds between retries of failed requests.
retry_wait_time = 5
############################# Exclusions ##########################
# Ignore case of paths when matching glob patterns.
glob_ignore_case = true
# Exclude URLs and mail addresses from checking (supports regex).
exclude = [
'^https://www\.thalia\.de' # (Temporarily) exclude Thalia URLs, because of activated CloudFlare's "I'm under attack" mode.
]