Skip to content

Commit cef1757

Browse files
committed
fix
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent a81d9b1 commit cef1757

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

mise.toml

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

3+
# Linters
34
"github:grafana/flint" = "0.21.0"
45
lychee = "0.24.2"
56
rumdl = "0.1.83"
67

78
[env]
89
FLINT_CONFIG_DIR = ".github/config"
910

10-
[settings]
11-
# Only install tools explicitly defined in the [tools] section above
12-
idiomatic_version_file_enable_tools = []
13-
14-
[tasks.lint]
15-
description = "Run markdown and link linting"
11+
[tasks."lint"]
12+
description = "Run all lints"
1613
raw_args = true
17-
run = "flint run rumdl lychee"
14+
run = "flint run"
1815

1916
[tasks."lint:fix"]
2017
description = "Auto-fix lint issues"
21-
run = "flint run --fix rumdl"
18+
run = "flint run --fix"

0 commit comments

Comments
 (0)