Skip to content

Commit f945cb6

Browse files
committed
chore: rely on flint task defaults
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 284b349 commit f945cb6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ FLINT_CONFIG_DIR = ".github/config"
99
[tasks.lint]
1010
description = "Run all lints"
1111
raw_args = true
12-
run = "flint run lychee rumdl"
12+
run = "flint run"
1313

1414
[tasks."lint:fix"]
1515
description = "Auto-fix lint issues"
16-
run = "flint run --fix rumdl"
16+
run = "flint run --fix"

0 commit comments

Comments
 (0)