We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5eae63 commit d20f84aCopy full SHA for d20f84a
vet.sh
@@ -90,7 +90,7 @@ git grep -l 'grpclog.I\|grpclog.W\|grpclog.E\|grpclog.F\|grpclog.V' -- "*.go" |
90
not git grep "\(import \|^\s*\)\"github.com/golang/protobuf/ptypes/" -- "*.go"
91
92
# - Ensure all xds proto imports are renamed to *pb or *grpc.
93
-git grep '"github.com/envoyproxy/go-control-plane/envoy' -- '*.go' | not grep -v 'pb "\|grpc "'
+git grep '"github.com/envoyproxy/go-control-plane/envoy' -- '*.go' ':(exclude)*.pb.go' | not grep -v 'pb "\|grpc "'
94
95
# - gofmt, goimports, golint (with exceptions for generated code), go vet.
96
gofmt -s -d -l . 2>&1 | fail_on_output
0 commit comments