-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlychee.toml
26 lines (22 loc) · 769 Bytes
/
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
############################# Display #############################
verbose = "info"
output = "./lychee-out.md"
############################# Cache ###############################
cache = true
max_cache_age = "2d"
############################# Runtime #############################
max_concurrency = 14
############################# Requests ############################
user_agent = "curl/7.83.1"
timeout = 20
accept = ["200", "429", "403"]
scheme = ["https"]
############################# Exclusions ##########################
base = "https://github.com/thedaviddias/ux-patterns-for-developers/"
exclude = [
"https://caniuse.com",
"../../../public/*",
"/patterns/*",
"https://github.com/public/*",
" https://github.com/patterns/*"
]