From 42bdf5b88147c548152c8a3db0faba1da53debd3 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 12 Aug 2025 12:34:53 +0200 Subject: [PATCH] Fix link checker CI (#7308) --- lychee.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lychee.toml b/lychee.toml index 05ae0623..54fc40a8 100644 --- a/lychee.toml +++ b/lychee.toml @@ -38,3 +38,8 @@ accept = [ "200..=299", # Success codes. "429", # Too many requests. This is practically never a sign of a broken link. ] + +# Exclude URLs and mail addresses from checking (supports regex). +exclude = [ + "https://creativecommons.org/.*", # They don't like bots +]