From 62d9cfe062800ae7d29cc4c39d6bc907a35bdc07 Mon Sep 17 00:00:00 2001 From: Ivan Savciuc Date: Fri, 24 Jan 2020 11:22:05 +0100 Subject: [PATCH] golangci-lint disable unused checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 565e12ed0..176433f2f 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ sweep: go test -v ./... -sweep=global -timeout 60m lint: vendor - golangci-lint run -D errcheck -E gofmt --no-config --issues-exit-code=0 --timeout=30m ./... + golangci-lint run -D errcheck -D unused -E gofmt --no-config --issues-exit-code=0 --timeout=30m ./... clean: packr2 clean