Skip to content

Commit

Permalink
fix lychee config
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Aug 12, 2024
1 parent 8e6f9fd commit 8d46717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
### Display
###
# Verbose program output
verbose = false
verbose = "info"

# Show progress
progress = false
no_progress = true


###
Expand Down Expand Up @@ -46,7 +46,7 @@ timeout = 20
# Accept 429 responses. They come from GitHub when you are sending too
# many requests and get throttled. They don't indicate a bad link.
# See https://github.com/lycheeverse/lychee/issues/367.
accept = ["200", "401", "403", "429"]
accept = ["200..=299", "401", "403", "429"]

# Proceed for server connections considered insecure (invalid TLS)
insecure = false
Expand Down

0 comments on commit 8d46717

Please sign in to comment.