From 50ab5e06435f5af5fc75690c0dafbb1461128b26 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 28 Jul 2026 00:25:55 +0200 Subject: [PATCH] Quarantine flaky external links --- lychee.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lychee.toml b/lychee.toml index 554f84a0..f33960bf 100644 --- a/lychee.toml +++ b/lychee.toml @@ -41,6 +41,7 @@ exclude = [ '^https?://t\.co/', '^https?://(www\.)?reddit\.com', '^https?://web\.archive\.org', + '^https?://news\.ycombinator\.com', '^https?://([a-z0-9-]+\.)?amazon\.[a-z.]+', # Hosts that block automated checkers or answer with non-2xx status codes @@ -72,6 +73,9 @@ exclude = [ '^https://fusion\.engineering/?$', # intermittent 500 '^https://manpages\.ubuntu\.com/manpages/noble/en/man8/sudo\.8\.html', # intermittent timeout '^https://greenlab\.di\.uminho\.pt/wp-content/uploads/2017/10/sleFinal\.pdf$', # intermittent timeout + '^https://martinfowler\.com/bliki/StranglerFigApplication\.html$', # intermittent timeout + '^https://lib\.rs', # intermittent 502 + '^https://soller\.dev/?$', # expired TLS cert # Dead pages we can't repoint to a sensible replacement. '^https://kerkour\.com/bugs-rust-compiler-helps-prevent', # post removed in site migration