-
-
Notifications
You must be signed in to change notification settings - Fork 452
Expand file tree
/
Copy pathlychee.toml
More file actions
30 lines (25 loc) · 692 Bytes
/
lychee.toml
File metadata and controls
30 lines (25 loc) · 692 Bytes
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
header = { "accept" = "text/html" }
scheme = ["https"]
exclude = [
"firebaseio.com",
"example",
"github.com/kreait/firebase-php/(compare|pull|issues)",
"oauth2.googleapis.com",
"googleapis.com",
"gserviceaccount.com",
".link",
'^https://codecov.io',
'^https://firebase-php\.readthedocs\.io/?$',
'^https://github.com/pulls',
'^https://stackoverflow.com', # Since recently returns a 403 for some reason
'^https://console.firebase.google.com',
'^https://console.cloud.google.com',
'^https://jb.gg',
'^https://picsum.photos',
]
exclude_path = [
"./docs/_build",
".vendor"
]
exclude_all_private = false
include_mail = false