Skip to content

Commit 29f3309

Browse files
Create .lychee.toml
1 parent 1e83d9a commit 29f3309

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.lychee.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
verbose = true
2+
timeout = 20
3+
max_redirects = 10
4+
retry_wait_time = 2
5+
max_retries = 2
6+
7+
# Treat common redirects as OK
8+
accept = ["200", "206", "301", "302", "303", "307", "308"]
9+
10+
exclude_mail = true
11+
exclude_private = true
12+
13+
# Scan everything from repo root
14+
include = ["."]
15+
16+
# JSON output so we can parse it
17+
output = "lychee/out.json"
18+
format = "json"
19+
20+
# Optional: exclude noisy/rate-limited hosts by pattern
21+
# exclude = ["https://example.org/*"]

0 commit comments

Comments
 (0)