Skip to content

Commit

Permalink
lint: advise that warnings may not become errors (#490)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ee7 committed Jan 7, 2022
1 parent fd78c1b commit 816a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lint/lint.nim
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ For more information on resolving the problems, please see the documentation:
echo ""
const msg = """
Configlet produced at least one warning.
These warnings will become errors in a future configlet release (at the end of October 2021).
These warnings might become errors in a future configlet release.
For more information, please see the documentation:""".unindent()
warn(msg, url, doubleFinalNewline = false)

0 comments on commit 816a118

Please sign in to comment.