Skip to content

Commit 816a118

Browse files
authored
lint: advise that warnings may not become errors (#490)
Before this commit, configlet advised that warnings in the `configlet lint` output would definitely become errors in the future. However, the website was updated to gracefully handle the cases that configlet warned about. We may no longer want the warnings to become errors, so let's communicate that.
1 parent fd78c1b commit 816a118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lint/lint.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ For more information on resolving the problems, please see the documentation:
5656
echo ""
5757
const msg = """
5858
Configlet produced at least one warning.
59-
These warnings will become errors in a future configlet release (at the end of October 2021).
59+
These warnings might become errors in a future configlet release.
6060
For more information, please see the documentation:""".unindent()
6161
warn(msg, url, doubleFinalNewline = false)

0 commit comments

Comments
 (0)