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 45088c2 commit 47bddd7Copy full SHA for 47bddd7
vet.sh
@@ -51,7 +51,7 @@ fi
51
git ls-files "*.go" | xargs grep -L "\(Copyright [0-9]\{4,\} gRPC authors\)\|DO NOT EDIT" 2>&1 | tee /dev/stderr | (! read)
52
gofmt -s -d -l . 2>&1 | tee /dev/stderr | (! read)
53
goimports -l . 2>&1 | tee /dev/stderr | (! read)
54
-golint ./... 2>&1 | (grep -vE "(_mock|_string|\.pb)\.go:" || true) | tee /dev/stderr | (! read)
+golint ./... 2>&1 | (grep -vE "(_mock|\.pb)\.go:" || true) | tee /dev/stderr | (! read)
55
56
# Undo any edits made by this script.
57
cleanup() {
0 commit comments