From c4e50c967e70925c45f90ef0d405815b59795df8 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Sun, 22 Feb 2026 10:08:16 -0500 Subject: [PATCH] Add 502 to accepted status codes in .lychee.toml --- .lychee.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.lychee.toml b/.lychee.toml index aafe46e6d3..2b2b98910c 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -12,7 +12,7 @@ retry_wait_time = 4 # Comma-separated list of accepted status codes for valid links. # accept = ["200", "206", "403", "429"] -accept = ["200", "429"] +accept = ["200", "429", "502"] verbose = "error"