Skip to content

Commit f48aaeb

Browse files
committed
ci: carry forward flint setup updates
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 9f99b39 commit f48aaeb

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

.github/config/.yamllint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ extends: relaxed
22

33
rules:
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

.github/config/lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ include_fragments = "full"
1212
exclude = [
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
]

mise.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
# Linters
44
actionlint = "1.7.12"
55
biome = "2.4.12"
6-
"cargo:xmloxide" = "0.4.2"
7-
"cargo:yaml-lint" = "0.1.0"
6+
"aqua:owenlamont/ryl" = "0.7.0"
87
editorconfig-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"
1213
lychee = "0.24.2"
1314
"pipx:codespell" = "2.4.2"
14-
rumdl = "0.1.80"
15-
shellcheck = "0.11.0"
15+
rumdl = "0.1.83"
1616
shfmt = "3.13.1"
1717

1818
[env]

0 commit comments

Comments
 (0)