-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy pathlychee.toml
More file actions
25 lines (25 loc) · 1.06 KB
/
lychee.toml
File metadata and controls
25 lines (25 loc) · 1.06 KB
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
exclude_path = ["./CHANGELOG", "./docs", "./deploy/base"]
verbose = "info"
insecure = true
no_progress = true
output = ".dummy.report.md"
exclude = [ '.*codecov.*','.*sealos\.hub:5000.*','.*local.*','file:///.*','.*sealos.io/payment/wechat/callback.*','.*www.sealos.io/docs/cloud/apps/appstore.*','.*chat.openai.com/c.*','.*twitter.com/Sailos_io.*','.*sealos.run.*','.*sealos.io.*','.*jsd.cdn.zzko.cn.*','.*feishu.cn*' ]
max_concurrency = 20
max_retries = 0
# Exclude all private IPs from checking.
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
# `exclude_loopback` to true.
exclude_all_private = true
# Exclude private IP address ranges from checking.
exclude_private = true
# Exclude link-local IP address range from checking.
exclude_link_local = true
# Exclude loopback IP address range and localhost from checking.
exclude_loopback = true
# Check mail addresses
include_mail = true
skip_missing = false
# Website timeout from connect to response finished.
timeout = 20
# Minimum wait time in seconds between retries of failed requests.
retry_wait_time = 2