We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81d9b1 commit cef1757Copy full SHA for cef1757
1 file changed
mise.toml
@@ -1,21 +1,18 @@
1
[tools]
2
3
+# Linters
4
"github:grafana/flint" = "0.21.0"
5
lychee = "0.24.2"
6
rumdl = "0.1.83"
7
8
[env]
9
FLINT_CONFIG_DIR = ".github/config"
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"
+[tasks."lint"]
+description = "Run all lints"
16
raw_args = true
17
-run = "flint run rumdl lychee"
+run = "flint run"
18
19
[tasks."lint:fix"]
20
description = "Auto-fix lint issues"
21
-run = "flint run --fix rumdl"
+run = "flint run --fix"
0 commit comments