File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ include_fragments = true
1212exclude = [
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+ # developer.ibm.com intermittently returns 500 for MQ downloads
16+ " ^https://developer\\ .ibm\\ .com/articles/mq-downloads/$" ,
1517 # groovy-lang.org is frequently unreachable / times out
1618 " ^https?://[^/]*groovy-lang\\ .org" ,
1719]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ actionlint = "1.7.12"
66biome = " 2.4.13"
77editorconfig-checker = " 3.6.1"
88"github:google/google-java-format" = " 1.35.0"
9- "github:grafana/flint" = " 0.20.4 "
9+ "github:grafana/flint" = " 0.21.0 "
1010"github:jonwiggins/xmloxide" = " 0.4.2"
1111"github:koalaman/shellcheck" = " 0.11.0"
1212ktlint = " 1.8.0"
You can’t perform that action at this time.
0 commit comments