From 11235a9f10a0d003b1e658da848f5040981b6db0 Mon Sep 17 00:00:00 2001 From: Petr Ruzicka Date: Sun, 18 Feb 2024 09:08:19 +0100 Subject: [PATCH] feat(gh): add default GitHub repo files (#89) --- lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lychee.toml b/lychee.toml index 7fd4af58..1f94bf74 100644 --- a/lychee.toml +++ b/lychee.toml @@ -23,6 +23,8 @@ accept = [999] # Exclude URLs and mail addresses from checking (supports regex) exclude = [ + # stackoverflow returns 403 when accessed from GitHub Action + 'stackoverflow\.com', # Ignore all URLs with '$' - BASH variable in URL '\$', # Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL