From 7ade2a05d666345d5a495c6f03aa7145576cbeca Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Tue, 12 Oct 2021 10:49:35 +0200 Subject: [PATCH] disable the goconst linter --- .golangci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 381ba3bf..05ddb79a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -21,7 +21,6 @@ linters: - depguard - exhaustive - exportloopref - - goconst - goimports - gofmt # redundant, since gofmt *should* be a no-op after gofumpt - gofumpt @@ -41,9 +40,6 @@ linters: issues: exclude-rules: - - path: qlog/ - linters: - - goconst - path: internal/qtls linters: - depguard