From 0a8c3444a563f3c6559ad64ea61f01743ceee9ac Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 25 Feb 2024 10:08:46 +0000 Subject: [PATCH] ci: skip checking stackoverflow link --- lychee.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lychee.toml b/lychee.toml index 22f73e611a8b..a1d41965509b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -9,7 +9,7 @@ max_retries = 6 # Explicitly exclude some URLs exclude = [ "https://twitter.nuxt.dev/", - "https://github.com/nuxt/nuxt.com", "https://github.com/nuxt/translations/discussions/4", - '(https?:\/\/github\.com\/)(.*\/)(generate)' + "https://stackoverflow.com/help/minimal-reproducible-example", + "(https?:\/\/github\.com\/)(.*\/)(generate)", ]