Skip to content

Commit aa4567d

Browse files
committed
ci: keep flint rollout scoped to lychee
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 29fd7b1 commit aa4567d

4 files changed

Lines changed: 3 additions & 67 deletions

File tree

.github/config/.markdownlint-cli2.yaml

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

.github/config/.rumdl.toml

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

.github/config/flint.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ exclude = [
44
"CHANGELOG.md",
55
"ibm-mq-metrics/docs/metrics.md",
66
]
7+
setup_migration_version = 2
78

89
[checks.lychee]
910
check_all_local = true

mise.toml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
[tools]
22

33
# Linters
4-
actionlint = "1.7.12"
5-
biome = "2.4.12"
6-
"cargo:xmloxide" = "0.4.2"
7-
"cargo:yaml-lint" = "0.1.0"
8-
editorconfig-checker = "3.6.1"
9-
"github:google/google-java-format" = "1.35.0"
104
"github:grafana/flint" = "0.20.4"
11-
"github:pinterest/ktlint" = "1.8.0"
125
lychee = "0.23.0"
13-
"pipx:codespell" = "2.4.2"
14-
rumdl = "0.1.80"
15-
shellcheck = "0.11.0"
16-
shfmt = "3.13.1"
176

187
[env]
198
FLINT_CONFIG_DIR = ".github/config"
@@ -29,10 +18,6 @@ windows_default_file_shell_args = "bash"
2918
use_file_shell_for_executable_tasks = true
3019

3120
[tasks.lint]
32-
description = "Run markdown and link linting"
21+
description = "Run link checks"
3322
raw_args = true
34-
run = "flint run rumdl lychee"
35-
36-
[tasks."lint:fix"]
37-
description = "Auto-fix lint issues"
38-
run = "flint run --fix rumdl"
23+
run = "flint run lychee"

0 commit comments

Comments
 (0)