Merge pull request #2154 from hashicorp/f-make-vet-break-build

Makefile: make go vet break the build
This commit is contained in:
Radek Simko 2015-05-30 19:49:08 +01:00
commit 7430fd5a76
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ vet:
echo ""; \
echo "Vet found suspicious constructs. Please check the reported constructs"; \
echo "and fix them if necessary before submitting the code for review."; \
exit 1; \
fi
# generate runs `go generate` to build the dynamically generated