cleanup: address golangci 'nolintlint' issue

There is no issue with importing "github.com/golang/protobuf/proto"
anymore, the lint annotation can be removed.

Signed-off-by: Niels de Vos <ndevos@ibm.com>
This commit is contained in:
Niels de Vos 2025-04-29 12:31:30 +02:00 committed by mergify[bot]
parent edb962dc46
commit 5941371c4b

View File

@ -23,8 +23,7 @@ import (
"path" "path"
"github.com/container-storage-interface/spec/lib/go/csi" "github.com/container-storage-interface/spec/lib/go/csi"
// google.golang.org/protobuf/encoding doesn't offer MessageV2(). "github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto" //nolint:all // See comment above.
"google.golang.org/protobuf/encoding/protojson" "google.golang.org/protobuf/encoding/protojson"
) )