We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc994d5 + b854bf6 commit 2f4cbd9Copy full SHA for 2f4cbd9
1 file changed
Makefile
@@ -54,7 +54,7 @@ test: .gofmt .govet .golint .gotest
54
go vet -x $(PACKAGES)
55
56
.golint:
57
- OUT=$$(golint $(PACKAGES)); if test -n "$${OUT}"; then echo "$${OUT}" && exit 1; fi
+ golint -set_exit_status $(PACKAGES)
58
59
UTDIRS = ./validate/...
60
.gotest:
0 commit comments