diff --git a/hooks/pre-commit b/hooks/pre-commit index c30aa3583..abce0f598 100755 --- a/hooks/pre-commit +++ b/hooks/pre-commit @@ -18,7 +18,7 @@ then exit 1 fi -ineffassign . +ineffassign ./src/ go tool vet --all --shadow ./src gocyclo -over 12 src/ gb test