ci(link-checker): exclude grafana.com from link validation
- Add grafana.com and subdomains to exclusion list - Prevents link checking failures due to bot detection and rate limitingpull/6446/head
parent
3443bfab20
commit
4d71d22a69
|
|
@ -83,6 +83,10 @@ exclude = [
|
||||||
# Scarf analytics tracking pixels (certificate/network errors)
|
# Scarf analytics tracking pixels (certificate/network errors)
|
||||||
"^https?://static\\.scarf\\.sh",
|
"^https?://static\\.scarf\\.sh",
|
||||||
|
|
||||||
|
# Grafana documentation (bot detection/rate limiting)
|
||||||
|
"^https?://grafana\\.com",
|
||||||
|
"^https?://.*\\.grafana\\.com",
|
||||||
|
|
||||||
# Production site URLs (when testing locally, these should be relative)
|
# Production site URLs (when testing locally, these should be relative)
|
||||||
# This excludes canonical URLs and other absolute production URLs
|
# This excludes canonical URLs and other absolute production URLs
|
||||||
# TODO: Remove after fixing canonical URL generation or link-checker domain replacement
|
# TODO: Remove after fixing canonical URL generation or link-checker domain replacement
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue