From c4ce2b3368ed79600c63a7bdfb70a721f4ef3d15 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 11:37:42 +0200 Subject: [PATCH] cleanup: remove nolint:interfacer comment nolint:interfacer is not required for the latest golangci-lint Signed-off-by: Madhu Rajanna --- internal/journal/voljournal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/journal/voljournal.go b/internal/journal/voljournal.go index c5ba047e777..b8aec1cd893 100644 --- a/internal/journal/voljournal.go +++ b/internal/journal/voljournal.go @@ -561,7 +561,7 @@ func (conn *Connection) ReserveName(ctx context.Context, imagePool string, imagePoolID int64, reqName, namePrefix, parentName, kmsConf, volUUID, owner, backingSnapshotID string, - encryptionType util.EncryptionType, //nolint:interfacer // prefer util.EncryptionType over fmt.Stringer + encryptionType util.EncryptionType, ) (string, string, error) { // TODO: Take in-arg as ImageAttributes? var (