1
0

chore: update golangci lint config

This commit is contained in:
kolaente 2024-07-17 11:43:22 +02:00
parent 744b40e7f7
commit d2602a7629
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

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