We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3319f59 commit 66ee28fCopy full SHA for 66ee28f
lychee.toml
@@ -23,6 +23,9 @@ accept = [999]
23
24
# Exclude URLs and mail addresses from checking (supports regex)
25
exclude = [
26
+ # returns 403 when accessed from GitHub Action
27
+ 'stackoverflow\.com',
28
+ 'stackexchange\.com',
29
# Ignore all URLs with '$' - BASH variable in URL
30
'\$',
31
# Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL
0 commit comments