mirror of https://github.com/grpc/grpc-go.git
vet: remove trailing whitespace (#7420)
This commit is contained in:
parent
700ca74d01
commit
b1979b6617
|
@ -90,7 +90,7 @@ for MOD_FILE in $(find . -name 'go.mod'); do
|
||||||
go mod tidy -compat=1.21
|
go mod tidy -compat=1.21
|
||||||
git status --porcelain 2>&1 | fail_on_output || \
|
git status --porcelain 2>&1 | fail_on_output || \
|
||||||
(git status; git --no-pager diff; exit 1)
|
(git status; git --no-pager diff; exit 1)
|
||||||
|
|
||||||
# - Collection of static analysis checks
|
# - Collection of static analysis checks
|
||||||
SC_OUT="$(mktemp)"
|
SC_OUT="$(mktemp)"
|
||||||
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true
|
staticcheck -go 1.21 -checks 'all' ./... >"${SC_OUT}" || true
|
||||||
|
|
Loading…
Reference in New Issue