Skip to content

Commit

Permalink
feat(gh): add default GitHub repo files (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 18, 2024
1 parent 9593792 commit be6bca1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ accept = [999]

# Exclude URLs and mail addresses from checking (supports regex)
exclude = [
# returns 403 when accessed from GitHub Action
'stackoverflow\.com',
'stackexchange\.com',
# Ignore all URLs with '$' - BASH variable in URL
'\$',
# Ignore all URLs with '{ ... }' - BASH / Ansible variable in URL
Expand Down

0 comments on commit be6bca1

Please sign in to comment.