mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
link-checker: add ignored sites
This commit is contained in:
parent
f57698ac3f
commit
8181582450
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ exclude = [
|
||||||
'^https://portal\.azure\.com/',
|
'^https://portal\.azure\.com/',
|
||||||
# The Wireguard website sproadically returns 500.
|
# The Wireguard website sproadically returns 500.
|
||||||
'^https://www\.wireguard\.com/',
|
'^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.
|
# Exclude these filesystem paths from getting checked.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue