From 5aace6e02d3c964ac3cdfd9a1ef41eb80e8f6b88 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 c5ba047e7..b8aec1cd8 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 (