From c8289c10302063b9a2e26357e7e0f0bb599f29ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Wed, 28 May 2025 22:35:15 +0300 Subject: [PATCH] chore(golangci-lint): add some exclusion presets To avoid cropping up new findings for commonly ignored issues for now. --- .golangci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 71688aa3..6acf8ab1 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -52,3 +52,8 @@ linters: #- unparam - unused #- whitespace + exclusions: + presets: + - common-false-positives + - legacy + - std-error-handling