mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-22 15:26:42 +00:00
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:
parent
edb962dc46
commit
5941371c4b
@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user