Skip to content

Commit 5cf2613

Browse files
committed
ci: normalize flint init output
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent ef22e5c commit 5cf2613

8 files changed

Lines changed: 22 additions & 21 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"Exclude": [".*\\.java$"]
2+
"Exclude": [".*\\.java$"]
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.1"
2+
".": "1.5.1"
33
}
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3-
"group-pull-request-title-pattern": "chore${scope}: release${component} ${version}",
4-
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
5-
"packages": {
6-
".": {
7-
"release-type": "maven"
8-
}
9-
}
2+
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
3+
"group-pull-request-title-pattern": "chore${scope}: release${component} ${version}",
4+
"pull-request-footer": "> [!IMPORTANT]\n> Close and reopen this PR to trigger CI checks.",
5+
"packages": {
6+
".": {
7+
"release-type": "maven"
8+
}
9+
}
1010
}

.github/renovate-tracked-deps.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
"java",
170170
"lychee",
171171
"node",
172+
"npm:@biomejs/biome",
172173
"npm:markdownlint-cli2",
173174
"npm:prettier",
174175
"npm:renovate",

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["config:best-practices", "config:recommended", "github>grafana/flint"],
3+
extends: ["config:best-practices", "config:recommended", "github>grafana/flint#v0.20.3"],
44
platformCommit: "enabled",
55
automerge: true,
66
ignorePaths: [

.markdownlint.jsonc

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

.markdownlint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Line length is enforced by editorconfig-checker via .editorconfig
2+
MD013: false
3+
MD033: false

mise.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
[tools]
2+
3+
# Linters
4+
actionlint = "1.7.10"
5+
"cargo:xmloxide" = "0.4.1"
6+
editorconfig-checker = "v3.6.1"
7+
"github:google/google-java-format" = "1.26.0"
28
"github:grafana/flint" = "0.20.3"
39
"go:github.com/gohugoio/hugo" = "v0.157.0"
410
"go:github.com/grafana/oats" = "0.6.1"
5-
"cargo:xmloxide" = "0.4.1"
6-
"github:google/google-java-format" = "1.26.0"
7-
actionlint = "1.7.10"
8-
editorconfig-checker = "v3.6.1"
911
java = "temurin-25.0.2+10.0.LTS"
1012
lychee = "0.23.0"
1113
node = "24.14.0"
14+
"npm:@biomejs/biome" = "2.4.12"
1215
"npm:markdownlint-cli2" = "0.17.2"
1316
"npm:prettier" = "3.8.1"
1417
"npm:renovate" = "43.45.1"

0 commit comments

Comments
 (0)