From fbe5c52e2bb91c3804dc9188069e35494519678d Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 3 Oct 2019 09:40:43 -0300 Subject: [PATCH] ci: disable godox --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 454c0d1..441328a 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ cover: test # Run all the linters lint: - ./bin/golangci-lint run --enable-all ./... + ./bin/golangci-lint run --disable godox --enable-all ./... find . -name '*.md' -not -wholename './vendor/*' | xargs prettier -l .PHONY: lint