Commit 6fca917e authored by Seth Vargo's avatar Seth Vargo

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

Fail the build when go vet returns non-zero exit code
parents edf3415c 295f7a2e
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment