Merge pull request #2158 from cbednarski/f-vet-fail

Fail the build when go vet returns non-zero exit code
pull/2168/head
Seth Vargo 11 years ago
commit 6fca917ed2

@ -41,6 +41,7 @@ vet:
echo ""; \
echo "Vet found suspicious constructs. Please check the reported constructs"; \
echo "and fix them if necessary before submitting the code for reviewal."; \
exit 1; \
fi
.PHONY: bin default generate test testacc updatedeps vet

Loading…
Cancel
Save