aboutsummaryrefslogtreecommitdiff
path: root/hooks/pre-commit
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/pre-commit')
-rwxr-xr-xhooks/pre-commit1
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/pre-commit b/hooks/pre-commit
index 523ce0af..abce0f59 100755
--- a/hooks/pre-commit
+++ b/hooks/pre-commit
@@ -18,6 +18,7 @@ then
exit 1
fi
+ineffassign ./src/
go tool vet --all --shadow ./src
gocyclo -over 12 src/
gb test