From 23f8ad03a3ecd7059a89d036eaf8af4cd41a37fa Mon Sep 17 00:00:00 2001 From: Alec Sears Date: Thu, 10 Oct 2019 16:30:08 -0500 Subject: [PATCH] Fail on golint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 822c689..1fd4721 100644 --- a/Makefile +++ b/Makefile @@ -41,4 +41,4 @@ clean: .PHONY: lint lint: npm run lint - golint pkg/... + golint -set_exit_status pkg/...