Skip to content

Commit 451da65

Browse files
authored
Exclude flaky vaadin.com from lychee link checks (#16272)
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 61d1e53 commit 451da65

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/config/lychee.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ exclude = [
2626
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
2727
# new artifact, remove after 2.21.0 release
2828
'^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$',
29-
# flaky link
29+
# flaky links
3030
'^http://www.slf4j.org.*',
31-
'^https://logback.qos.ch/.*'
31+
'^https://logback.qos.ch/.*',
32+
'^https://vaadin.com/$'
3233
]

0 commit comments

Comments
 (0)