Only apply ineffassign to the /src directory

This commit is contained in:
Mark Haines 2017-06-12 19:35:59 +01:00
parent 52fd6bc555
commit 56b82787f6

View file

@ -18,7 +18,7 @@ then
exit 1 exit 1
fi fi
ineffassign . ineffassign ./src/
go tool vet --all --shadow ./src go tool vet --all --shadow ./src
gocyclo -over 12 src/ gocyclo -over 12 src/
gb test gb test