We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c080e0 commit e163031Copy full SHA for e163031
GNUmakefile
@@ -35,7 +35,7 @@ testacc: fmtcheck gomodenv
35
36
vet:
37
@echo "go vet ."
38
- @go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \
+ @go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -ne 0 ]; then \
39
echo ""; \
40
echo "Vet found suspicious constructs. Please check the reported constructs"; \
41
echo "and fix them if necessary before submitting the code for review."; \
0 commit comments