diff --git a/src/lint/lint.nim b/src/lint/lint.nim index cb1dee6c..5c341843 100644 --- a/src/lint/lint.nim +++ b/src/lint/lint.nim @@ -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)