forked from fluxcd/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lychee.toml
47 lines (40 loc) · 1.36 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
41
42
43
44
45
46
47
# Verbose program output
verbose = true
# Show progress
progress = false
max_redirects = 10
# Comma-separated list of accepted status codes for valid links.
# Omit to accept all response types.
accept = "200,204,302,301"
# Exclude all private IPs from checking
# Equivalent to setting `exclude_private`, `exclude_link_local`, and `exclude_loopback` to true
exclude_all_private = true
# Exclude all mail addresses from checking
exclude_mail = true
exclude = [
"(.*?).example.com",
"https://customdomain.com",
"https://hooks.slack.com/*",
"https://eventhubs.azure.net",
"https://proxy.corp",
"https://customdomain.com",
"ssh://*",
"sb://*",
"http://localhost",
"https://api.crc.testing:6443",
"http://backend-podinfo",
'https://github.com/\$GITHUB_USER/',
"http://chartmuseum-chartmuseum",
"https://charts.bitnami.com/bitnami",
"https://chartmuseum.github.io/charts",
'https://github.com/\$%7Bvar.github_owner%7D/\$%7Bvar.repository_name%7D',
"https://kubernetes-charts.storage.googleapis.com",
"https://github.com/org/",
"https://github.com/org/repo",
"https://github.com/my-org/",
"http://github.com/org/repo",
"https://stefanprodan.github.io/podinfo",
"https://stefanprodan.github.io/podinfo2/index.yaml",
"https://weaveworks.zoom.us/webinar/register/*",
"https://git-codecommit*",
]