Fix link checker CI (#7308)
This commit is contained in:
parent
adf463b0a9
commit
42bdf5b881
|
|
@ -38,3 +38,8 @@ accept = [
|
|||
"200..=299", # Success codes.
|
||||
"429", # Too many requests. This is practically never a sign of a broken link.
|
||||
]
|
||||
|
||||
# Exclude URLs and mail addresses from checking (supports regex).
|
||||
exclude = [
|
||||
"https://creativecommons.org/.*", # They don't like bots
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue