From f1d64345e1e1f11e617b5245caea5015df54ca59 Mon Sep 17 00:00:00 2001 From: andreynering <7011819+andreynering@users.noreply.github.com> Date: Sun, 16 Aug 2026 00:02:01 +0000 Subject: [PATCH] ci: sync golangci-lint config --- .golangci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.golangci.yml b/.golangci.yml index 929cb0a..c90f031 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -33,6 +33,9 @@ linters: generated: lax presets: - common-false-positives + settings: + exhaustive: + default-signifies-exhaustive: true issues: max-issues-per-linter: 0 max-same-issues: 0