Skip to content

Commit 920369b

Browse files
committed
chore: exclude flaky groovy-lang.org from link checks
groovy-lang.org frequently times out, causing spurious CI failures. Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent c309e07 commit 920369b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/config/lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ include_fragments = true
1212
exclude = [
1313
# excluding links to pull requests and issues is done for performance
1414
"^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\d+$",
15+
# groovy-lang.org is frequently unreachable / times out
16+
"^https?://[^/]*groovy-lang\\.org",
1517
]

0 commit comments

Comments
 (0)