From d9fbbdfbb19511cc4334117171371c6962eb0b7a Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 12 Nov 2024 12:10:01 +0100 Subject: [PATCH] =?UTF-8?q?Update=20golangci-lint=20to=20exclude=20some=20?= =?UTF-8?q?new=20linters=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … that are coming with golangci-lint 1.62.0. Signed-off-by: Vincent Demeester --- .golangci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 3dfaf597ef3..5b6ce3176d7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -87,8 +87,8 @@ linters: - godox - err113 - gofumpt - - gomnd - gomoddirectives + - iface - ireturn - lll - mnd @@ -98,6 +98,7 @@ linters: - paralleltest - prealloc - predeclared + - recvcheck - revive - staticcheck - stylecheck