Skip to content

Commit

Permalink
link-checker: add ignored sites
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed May 22, 2024
1 parent 1e825f8 commit 5a9965c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ exclude = [
'^https://portal\.azure\.com/',
# The Wireguard website sproadically returns 500.
'^https://www\.wireguard\.com/',
# venturebeat detects our link checker
'^https://venturebeat\.com/',
# dev-docs reference the internal wiki
'^https://github.com/edgelesssys/wiki',
]

# Exclude these filesystem paths from getting checked.
Expand Down

0 comments on commit 5a9965c

Please sign in to comment.