test: Improve go vet so that it is less noisy

This commit is contained in:
James Shubin
2017-02-20 17:08:48 -05:00
parent 69b0913315
commit ac142694f5
2 changed files with 27 additions and 5 deletions

View File

@@ -11,7 +11,6 @@ function run-test()
}
ROOT=$(dirname "${BASH_SOURCE}")/..
cd "${ROOT}"
for pkg in `go list ./... | grep -v 'vendor/' | grep -v 'examples/' | grep -v 'old/' | grep -v 'tmp/'`; do