migrate nolint coments to golangci-lint

Kubernetes-commit: d126b1483840b5ea7c0891d3e7a693bd50fae7f8
This commit is contained in:
Antonio Ojea 2021-11-16 16:57:58 +01:00 committed by Kubernetes Publisher
parent cc8a98c5db
commit 5b8ad0da8e

View File

@ -27,7 +27,7 @@ import (
"sync"
"time"
//lint:ignore SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs
//nolint:staticcheck // SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs
"github.com/golang/protobuf/proto"
openapi_v2 "github.com/googleapis/gnostic/openapiv2"