chore(lint): remove dead gocritic exclusion rules

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
silverwind 2026-02-22 12:38:10 +01:00
parent aa7351507a
commit 8aeb91f344
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443
1 changed files with 0 additions and 6 deletions

View File

@ -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