Skip to content

Commit f6b31c0

Browse files
committed
exclude snapshots
1 parent 6aa0e86 commit f6b31c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.lychee.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ include_fragments = true
1111

1212
# excluding links to pull requests and issues is done for performance
1313
exclude = [
14-
"^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$"
14+
"^https://github.com/open-telemetry/opentelemetry-java/(issues|pull)/\\d+$",
15+
'^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$',
1516
]
1617

1718

0 commit comments

Comments
 (0)