Skip to content

Commit b6559d6

Browse files
committed
fix: switch to github: backend for google-java-format, use jsonc for markdownlint config
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 013455d commit b6559d6

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.markdownlint.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.markdownlint.jsonc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
// Line length — pre-existing across docs, README, benchmarks
3+
"MD013": false,
4+
// Fenced code blocks without surrounding blank lines — pre-existing
5+
"MD031": false,
6+
// Inline HTML — needed for badge images in README
7+
"MD033": false,
8+
// Emphasis used as heading — pre-existing in docs/content
9+
"MD036": false
10+
}

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cargo:https://github.com/grafana/flint" = "branch:feat/flint-v2"
33
"go:github.com/gohugoio/hugo" = "v0.157.0"
44
"go:github.com/grafana/oats" = "0.6.1"
5-
"ubi:google/google-java-format" = "1.26.0"
5+
"github:google/google-java-format" = "1.26.0"
66
actionlint = "1.7.10"
77
editorconfig-checker = "v3.6.1"
88
java = "temurin-25.0.2+10.0.LTS"

0 commit comments

Comments
 (0)