From e802c983def1758577eaf458e6ba94cdeafc5abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Miguel=20Cust=C3=B3dio?= Date: Tue, 4 May 2021 20:12:34 +0100 Subject: [PATCH] Disable 'gomoddirectives'. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bruno Miguel Custódio --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cf2de93..6494aed 100644 --- a/Makefile +++ b/Makefile @@ -17,4 +17,4 @@ $(ROOT)/bin/golangci-lint: .PHONY: lint lint: $(ROOT)/bin/golangci-lint - @$(ROOT)/bin/golangci-lint run --enable-all --disable exhaustivestruct,errorlint,gochecknoglobals,gochecknoinits,goerr113,gomnd,lll,nlreturn,wrapcheck,wsl --timeout 5m + @$(ROOT)/bin/golangci-lint run --enable-all --disable exhaustivestruct,errorlint,gochecknoglobals,gochecknoinits,goerr113,gomnd,gomoddirectives,lll,nlreturn,wrapcheck,wsl --timeout 5m