From 23a66f993fb7602f40c98cfd1ab1acaffb21b1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Matczuk?= Date: Tue, 25 Jul 2017 14:12:25 +0200 Subject: [PATCH] makefile golint exit status fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae22158..5cfa890 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all: check test check: gofmt -s -l . | ifne false go vet ./... - golint ./... + golint -set_exit_status ./... misspell ./... ineffassign .