chore(lint): remove dead linter exclusions and disabled checks

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

View File

@ -50,7 +50,6 @@ linters:
- equalFold
disabled-checks:
- ifElseChain
- singleCaseSwitch # Every time this occurred in the code, there was no other way.
revive:
severity: error
rules:
@ -77,15 +76,7 @@ linters:
staticcheck:
checks:
- all
- -ST1003
- -ST1005
- -QF1001
- -QF1006
- -QF1008
testifylint:
disable:
- go-require
- require-error
usetesting:
os-temp-dir: true
perfsprint:
@ -102,12 +93,6 @@ linters:
- legacy
- std-error-handling
rules:
- linters:
- dupl
- errcheck
- staticcheck
- unparam
path: _test\.go
- linters:
- forbidigo
path: cmd