From e4d26b262bf9ab1dfa940fb498e5a3c91f57d7ca Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 8 Apr 2025 17:03:02 -0700 Subject: [PATCH] Exclude intersystems.com from link check (#2069) --- .lychee.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.lychee.toml b/.lychee.toml index c60f30a7f..d66ebd182 100644 --- a/.lychee.toml +++ b/.lychee.toml @@ -7,8 +7,8 @@ exclude = [ # 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/opentelemetry-specification/(pull|issues)/\\d+$", - # TODO (trask) remove this exclusion after (hopefully) this page comes back up - "^https://docs.oracle.com/en/java/javase/17/docs/api/" + # TODO (lmolkova) treat timeout as not a failure? + "^https://www.intersystems.com" ] # better to be safe and avoid failures