chore: update golangci lint config

This commit is contained in:
kolaente 2024-07-17 11:43:22 +02:00
parent 744b40e7f7
commit d2602a7629
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

@ -4,7 +4,9 @@ run:
linters:
enable:
- megacheck
- gosimple
- staticcheck
- unused
- govet
- gocritic
- gocyclo
@ -15,7 +17,6 @@ linters:
- revive
- misspell
disable:
- scopelint # Obsolete, using exportloopref instead
- durationcheck
- goconst
- musttag