Disable verify-test-owners.sh and make go vet more obvious

This commit is contained in:
Jeff Grafton
2016-12-21 11:42:10 -08:00
parent 1955ed614f
commit 05c09b1aa3
3 changed files with 2 additions and 1 deletions

View File

@@ -46,4 +46,5 @@ if [[ ${#targets[@]} -eq 0 ]]; then
targets=$(go list -e ./... | egrep -v "/(third_party|vendor|staging|clientset_generated)/")
fi
set -x
go vet "${goflags[@]:+${goflags[@]}}" ${targets[@]}