Skip to content

Commit 4cbc5be

Browse files
committed
chore: clarify narrowed lint tasks
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 89da216 commit 4cbc5be

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
@@ -7,10 +7,10 @@ rumdl = "0.1.83"
77
FLINT_CONFIG_DIR = ".github/config"
88

99
[tasks.lint]
10-
description = "Run markdown and link linting"
10+
description = "Run lychee and rumdl checks"
1111
raw_args = true
1212
run = "flint run lychee rumdl"
1313

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

0 commit comments

Comments
 (0)