From 0d95ab74aa0ed29b9b76caa52ac1be1e498e566f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Va=C5=A1ek?= Date: Mon, 2 Dec 2024 15:49:57 +0100 Subject: [PATCH] Update golangci-lint version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej VaĊĦek --- .golangci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.golangci.yaml b/.golangci.yaml index 6aaf8b68f84..4a2883cb4cf 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -8,9 +8,6 @@ run: - postupgrade - postdowngrade - skip-dirs: - - pkg/client - linters: enable: - asciicheck @@ -22,6 +19,8 @@ linters: - errcheck issues: + exclude-dirs: + - pkg/client exclude-rules: - path: test # Excludes /test, *_test.go etc. linters: