This commit is contained in:
Fallengirl 2025-03-30 21:15:11 +02:00 committed by GitHub
commit 3a491ba8bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,6 @@ linters:
- errname
- errorlint
# - exhaustive
- exportloopref
- funlen
- gci
- ginkgolinter
@ -32,15 +31,11 @@ linters:
- goconst
- gocritic
- godox
- gofmt
# - gofumpt
- goheader
- goimports
- mnd
# - gomodguard
- goprintffuncname
- gosec
- gosimple
- govet
- grouper
- importas
@ -72,7 +67,6 @@ linters:
# - testpackage
# - thelper
# - tparallel
- typecheck
# - unconvert
- unparam
- unused