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