From 7268ef39225b6cac45346b0a008be6b00cda3400 Mon Sep 17 00:00:00 2001 From: ee7 <45465154+ee7@users.noreply.github.com> Date: Sun, 19 Dec 2021 17:32:01 +0100 Subject: [PATCH 1/2] lint: extend deadline for turning warnings into errors Let's give tracks a little more time to address these warnings. --- src/lint/lint.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lint/lint.nim b/src/lint/lint.nim index cb1dee6c..13df36e7 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 will become errors in a future configlet release (in January 2022). For more information, please see the documentation:""".unindent() warn(msg, url, doubleFinalNewline = false) From acfbc6c96bcaafa4151c0e741f99b99fe047d2c1 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 4 Jan 2022 11:16:46 +0100 Subject: [PATCH 2/2] Update src/lint/lint.nim Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com> --- src/lint/lint.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lint/lint.nim b/src/lint/lint.nim index 13df36e7..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 (in January 2022). + These warnings might become errors in a future configlet release. For more information, please see the documentation:""".unindent() warn(msg, url, doubleFinalNewline = false)