mirror of https://github.com/stretchr/testify.git
Simplify go vet command and use standard method for veting all packages
parent
3b0d317f67
commit
f2b3a9bb9b
|
@ -1,10 +1,5 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd "$(dirname $0)"
|
||||
DIRS=". assert require mock _codegen"
|
||||
set -e
|
||||
for subdir in $DIRS; do
|
||||
pushd $subdir
|
||||
go vet
|
||||
popd
|
||||
done
|
||||
|
||||
go vet ./...
|
||||
|
|
Loading…
Reference in New Issue