Skip to content

Commit fe3e7e4

Browse files
authored
lint: clarify the need to update configlet (#504)
Before this commit, the message incorrectly implied that just re-running `configlet lint` was sufficient to use the latest linting rules. Clarify that the user must update configlet first.
1 parent 3171b11 commit fe3e7e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lint/lint.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ proc allChecksPass(trackDir: Path): bool =
2424
proc lint*(conf: Conf) =
2525
echo """
2626
The lint command is under development.
27-
Please re-run this command regularly to see if your track passes the latest linting rules.
27+
To check your track using the latest linting rules,
28+
please regularly update configlet and re-run this command.
2829
""".unindent()
2930

3031
let trackDir = Path(conf.trackDir)

0 commit comments

Comments
 (0)