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 0d00616 commit 72dd06cCopy full SHA for 72dd06c
scripts/vet.sh
@@ -67,7 +67,7 @@ not git grep "\"github.com/golang/protobuf/*" -- "*.go" ':(exclude)reflection/te
67
# - Ensure all usages of grpc_testing package are renamed when importing.
68
not git grep "\(import \|^\s*\)\"google.golang.org/grpc/interop/grpc_testing" -- "*.go"
69
70
-# Ensure that no trailing spaces are found.
+# - Ensure that no trailing spaces are found.
71
not git grep '[[:blank:]]$'
72
73
# - Ensure all xds proto imports are renamed to *pb or *grpc.
0 commit comments