-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lychee.toml
40 lines (27 loc) · 1.17 KB
/
.lychee.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
34
35
36
37
38
39
40
# https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml
############################# Runtime #############################
# Number of threads to utilize.
# Defaults to number of cores available to the system if omitted.
threads = 2
# Maximum number of allowed redirects.
max_redirects = 10
# Maximum number of allowed retries before a link is declared dead.
max_retries = 2
# Maximum number of concurrent link checks.
max_concurrency = 14
############################# Requests ############################
# Comma-separated list of accepted status codes for valid links.
accept = ["100..=103", "200..=204", "429"]
# Proceed for server connections considered insecure (invalid TLS).
insecure = false
# Only test links with the given schemes (e.g. https).
# Omit to check links with any other scheme.
# At the moment, we support http, https, file, and mailto.
scheme = ["https"]
# When links are available using HTTPS, treat HTTP links as errors.
require_https = true
############################# Exclusions ##########################
# Exclude these filesystem paths from getting checked.
exclude_path = ["README.md"]
# Check mail addresses
include_mail = true