Skip to content

Commit 1f28629

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

2 files changed

Lines changed: 5 additions & 19 deletions

File tree

.github/config/flint.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
[checks.lychee]
22
check_all_local = true
3+
4+
[settings]
5+
setup_migration_version = 2

mise.toml

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

33
# Linters
4-
actionlint = "1.7.12"
5-
"cargo:xmloxide" = "0.4.2"
6-
"cargo:yaml-lint" = "0.1.0"
7-
editorconfig-checker = "3.6.1"
8-
"github:google/google-java-format" = "1.35.0"
94
"github:grafana/flint" = "0.20.4"
10-
"github:pinterest/ktlint" = "1.8.0"
115
lychee = "0.23.0"
12-
"pipx:codespell" = "2.4.2"
13-
rumdl = "0.1.80"
14-
shellcheck = "0.11.0"
15-
shfmt = "3.13.1"
16-
17-
[env]
18-
FLINT_CONFIG_DIR = ".github/config"
196

207
[settings]
218
# Only install tools explicitly defined in the [tools] section above
@@ -28,10 +15,6 @@ windows_default_file_shell_args = "bash"
2815
use_file_shell_for_executable_tasks = true
2916

3017
[tasks.lint]
31-
description = "Run lint checks"
18+
description = "Run link checks"
3219
raw_args = true
33-
run = "flint run"
34-
35-
[tasks."lint:fix"]
36-
description = "Auto-fix lint issues"
37-
run = "flint run --fix"
20+
run = "flint run lychee"

0 commit comments

Comments
 (0)