makefile golint exit status fix

This commit is contained in:
Michał Matczuk
2017-07-25 14:12:25 +02:00
parent f3b13bf31b
commit 23a66f993f

View File

@@ -4,7 +4,7 @@ all: check test
check: check:
gofmt -s -l . | ifne false gofmt -s -l . | ifne false
go vet ./... go vet ./...
golint ./... golint -set_exit_status ./...
misspell ./... misspell ./...
ineffassign . ineffassign .