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 limiting
pull/6446/head
Jason Stirnaman 2025-10-06 19:52:41 -05:00
parent 3443bfab20
commit 4d71d22a69
1 changed files with 4 additions and 0 deletions

View File

@ -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