Skip to content

Commit

Permalink
exclude from golint
Browse files Browse the repository at this point in the history
  • Loading branch information
evansheng committed Nov 30, 2021
1 parent d2ec375 commit d821603
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cluster-autoscaler/expander/grpcplugin/protos/expander.pb.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ limitations under the License.
package protos

import (
context "context"
reflect "reflect"
sync "sync"

grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
v1 "k8s.io/api/core/v1"
context "context"
reflect "reflect"
sync "sync"

grpc "google.golang.org/grpc"
codes "google.golang.org/grpc/codes"
status "google.golang.org/grpc/status"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
v1 "k8s.io/api/core/v1"
)

const (
Expand Down
1 change: 1 addition & 0 deletions hack/verify-golint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ excluded_packages=(
'cluster-autoscaler/cloudprovider/huaweicloud/huaweicloud-sdk-go-v3'
'cluster-autoscaler/cloudprovider/ionoscloud/ionos-cloud-sdk-go'
'cluster-autoscaler/cloudprovider/hetzner/hcloud-go'
'cluster-autoscaler/expander/grpcplugin/protos'
)

FIND_PACKAGES='go list ./... '
Expand Down

0 comments on commit d821603

Please sign in to comment.