From 136d8f284dc109fc131ec426be20c75e32c6a879 Mon Sep 17 00:00:00 2001 From: Gabriele Gerbino Date: Wed, 25 Oct 2023 12:41:34 +0200 Subject: [PATCH] chore: remove verbose linter --- .golangci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 2a3b77bb2..df612710e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,7 +6,6 @@ linters: - exhaustive - exportloopref - gci - - goconst - gofmt - gofumpt - goimports