From 0ba795ce110859865b8590c297eb8400c7424dfb Mon Sep 17 00:00:00 2001 From: andreynering <7011819+andreynering@users.noreply.github.com> Date: Sun, 9 Aug 2026 00:05:24 +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