From 685bd115139b5ed385e772138e5c46dbda43e26e Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Tue, 27 Aug 2024 13:54:42 +0100 Subject: [PATCH] Make no-op explicit --- .plzconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.plzconfig b/.plzconfig index 98601ea..9b0841a 100644 --- a/.plzconfig +++ b/.plzconfig @@ -149,7 +149,7 @@ Help = Flags to enable in-development features, or toggle breaking changes Type = bool DefaultValue = true Inherit = true -Help = Support Go 1.20's coverage redesign. This is deprecated and will be removed in a future major version of the go-rules plugin. +Help = Support Go 1.20's coverage redesign. This option now has no effect and will be removed in a future major version of the go-rules plugin. [PluginConfig "buildmode"] Optional = true