Exclude intersystems.com from link check (#2069)

This commit is contained in:
Liudmila Molkova 2025-04-08 17:03:02 -07:00 committed by GitHub
parent cdb9cd9fdf
commit e4d26b262b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ exclude = [
# excluding links to pull requests and issues is done for performance # excluding links to pull requests and issues is done for performance
"^https://github.com/open-telemetry/semantic-conventions/(pull|issues)/\\d+$", "^https://github.com/open-telemetry/semantic-conventions/(pull|issues)/\\d+$",
"^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$", "^https://github.com/open-telemetry/opentelemetry-specification/(pull|issues)/\\d+$",
# TODO (trask) remove this exclusion after (hopefully) this page comes back up # TODO (lmolkova) treat timeout as not a failure?
"^https://docs.oracle.com/en/java/javase/17/docs/api/" "^https://www.intersystems.com"
] ]
# better to be safe and avoid failures # better to be safe and avoid failures