-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlychee.toml
More file actions
35 lines (31 loc) · 711 Bytes
/
lychee.toml
File metadata and controls
35 lines (31 loc) · 711 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
31
32
33
34
35
# ref: https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml
accept = [
"100..=103",
"200..=299",
# GitHub API rate limit is unavoidable even using the cache
"429",
]
exclude_all_private = true
exclude_path = [
".git",
"node_modules",
"tests/e2e/fixtures/node_modules",
".lycheecache", # cspell:ignore lycheecache
# ignore autogenerated files
".gitignore",
"bun.lock",
"tests/e2e/fixtures/bun.lock",
"dist",
"tests/e2e/fixtures/dist",
# ignore binaries
"tests/e2e/fixtures/src/images",
"tests/e2e/vrt.test.ts-snapshots",
]
exclude = [
# .vscode/
# requests are forbidden
"https://code.visualstudio.com",
# README.md
# requests are forbidden
"https://www.npmjs.com",
]