Merge branch 'master' into 6291-influxdb3-backup-and-restore

pull/6332/head
Jason Stirnaman 2025-08-24 22:41:58 -05:00 committed by GitHub
commit bda720fd05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -69,6 +69,15 @@ exclude = [
# InfluxData support URLs (certificate/SSL issues in CI)
"^https?://support\\.influxdata\\.com",
# AI platforms (often block automated requests)
"^https?://claude\\.ai",
"^https?://.*\\.claude\\.ai",
# Production site URLs (when testing locally, these should be relative)
# This excludes canonical URLs and other absolute production URLs
# TODO: Remove after fixing canonical URL generation or link-checker domain replacement
"^https://docs\\.influxdata\\.com/",
# Common documentation placeholders
"YOUR_.*",
"REPLACE_.*",