Skip to content

Commit 83f40e9

Browse files
committed
chore: update flint to v0.21.0
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 16105a0 commit 83f40e9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/config/lychee.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ include_fragments = true
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ actionlint = "1.7.12"
66
biome = "2.4.13"
77
editorconfig-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"
1212
ktlint = "1.8.0"

0 commit comments

Comments
 (0)