From 4820241cafae97f4833f69cda1eefebba37b96b5 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Sun, 16 Aug 2026 15:44:36 +0200 Subject: [PATCH] Remove the common-false-positives and legacy linter exception presets I don't really know what they are for, but they don't trigger any errors. --- .golangci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index 5ed7fb32d..e6a2f37ab 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -99,8 +99,6 @@ linters: generated: lax presets: - comments - - common-false-positives - - legacy - std-error-handling paths: - vendor/