File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ max_concurrency = 4
66# Check link anchors
77include_fragments = true
88
9- # excluding links to pull requests and issues is done for performance
10- # sonatype snapshots are currrently unbrowseable
119exclude = [
10+ # excluding links to pull requests and issues is done for performance
1211 " ^https://github.com/open-telemetry/opentelemetry-java-contrib/(issues|pull)/\\ d+$" ,
13- ' ^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/contrib/$' ,
12+ # groovy-lang.org links are timing out when accessed via lychee
13+ " ^http://(docs.|)groovy-lang.org" ,
14+ # mvnrepository.com links are returning 403 when accessed via lychee
15+ " ^https://mvnrepository.com" ,
1416]
15-
16-
You can’t perform that action at this time.
0 commit comments