mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Fix link checker CI (#7308)
This commit is contained in:
@@ -38,3 +38,8 @@ accept = [
|
|||||||
"200..=299", # Success codes.
|
"200..=299", # Success codes.
|
||||||
"429", # Too many requests. This is practically never a sign of a broken link.
|
"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
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user