File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,7 @@ extends: relaxed
22
33rules :
44 document-start : disable
5+ # Line length is owned by the repo's root .editorconfig.
56 line-length : disable
7+ # Keep indentation checks in yamllint so YAML structure issues still fail lint.
68 indentation : warning
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ include_fragments = "full"
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 33# Linters
44actionlint = " 1.7.12"
55biome = " 2.4.12"
6- "cargo:xmloxide" = " 0.4.2"
7- "cargo:yaml-lint" = " 0.1.0"
6+ "aqua:owenlamont/ryl" = " 0.7.0"
87editorconfig-checker = " 3.6.1"
98"github:google/google-java-format" = " 1.35.0"
10- "github:grafana/flint" = " 0.20.4"
11- "github:pinterest/ktlint" = " 1.8.0"
9+ "github:grafana/flint" = " 0.21.0"
10+ "github:jonwiggins/xmloxide" = " 0.4.2"
11+ "github:koalaman/shellcheck" = " 0.11.0"
12+ ktlint = " 1.8.0"
1213lychee = " 0.24.2"
1314"pipx:codespell" = " 2.4.2"
14- rumdl = " 0.1.80"
15- shellcheck = " 0.11.0"
15+ rumdl = " 0.1.83"
1616shfmt = " 3.13.1"
1717
1818[env ]
You can’t perform that action at this time.
0 commit comments