Skip to content

Commit 6441a7f

Browse files
committed
chore: clarify narrowed lint tasks
Signed-off-by: Gregor Zeitlinger <gregor.zeitlinger@grafana.com>
1 parent 50ec0f6 commit 6441a7f

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,9 +7,9 @@ rumdl = "0.1.80"
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
run = "flint run lychee rumdl"
1212

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

0 commit comments

Comments
 (0)