From 8d467175c0a4808208f6f9c4deb0b4a2301ccc91 Mon Sep 17 00:00:00 2001 From: Mark Boyd Date: Mon, 12 Aug 2024 13:49:34 -0400 Subject: [PATCH] fix lychee config --- lychee.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lychee.toml b/lychee.toml index 63833dec3..6f17a443e 100644 --- a/lychee.toml +++ b/lychee.toml @@ -2,10 +2,10 @@ ### Display ### # Verbose program output -verbose = false +verbose = "info" # Show progress -progress = false +no_progress = true ### @@ -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