We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e9fc6 commit b59d359Copy full SHA for b59d359
lychee.toml
@@ -4,7 +4,7 @@ verbose = "error"
4
# Don't show interactive progress bar while checking links.
5
no_progress = true
6
# Don't show the source file of links
7
-no_show_source = true
+no_show_source = false
8
9
############################# Requests ############################
10
# URL remapping rules.
@@ -41,11 +41,9 @@ exclude = [
41
'\.(pdf|zip|png|jpg|jpeg|gif|svg|json)$'
42
]
43
44
-# Accept all status codes except 404
+# Accept all status codes
45
accept = [
46
- "100..=399",
47
- "401..=403",
48
- "405..=999"
+ "200..=299",
49
50
51
# Use compact format for cleaner output
0 commit comments