From 8aeb91f344aeb12d3587b761d595897093af8458 Mon Sep 17 00:00:00 2001 From: silverwind Date: Sun, 22 Feb 2026 12:38:10 +0100 Subject: [PATCH] chore(lint): remove dead gocritic exclusion rules Co-Authored-By: Claude Opus 4.6 --- .golangci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.golangci.yml b/.golangci.yml index ea445d5a..c920109f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -111,12 +111,6 @@ linters: - linters: - forbidigo path: cmd - - linters: - - gocritic - text: '(?i)commentFormatting: put a space between `//` and comment text' - - linters: - - gocritic - text: '(?i)exitAfterDefer:' issues: max-issues-per-linter: 0 max-same-issues: 0