Skip to content

Commit b59d359

Browse files
committed
update HTTP status codes
1 parent e6e9fc6 commit b59d359

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

lychee.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verbose = "error"
44
# Don't show interactive progress bar while checking links.
55
no_progress = true
66
# Don't show the source file of links
7-
no_show_source = true
7+
no_show_source = false
88

99
############################# Requests ############################
1010
# URL remapping rules.
@@ -41,11 +41,9 @@ exclude = [
4141
'\.(pdf|zip|png|jpg|jpeg|gif|svg|json)$'
4242
]
4343

44-
# Accept all status codes except 404
44+
# Accept all status codes
4545
accept = [
46-
"100..=399",
47-
"401..=403",
48-
"405..=999"
46+
"200..=299",
4947
]
5048

5149
# Use compact format for cleaner output

0 commit comments

Comments
 (0)