golangci: enable moar linters

This commit is contained in:
Martin Holst Swende 2024-10-12 22:51:45 +02:00
parent 8b9b29afb6
commit ce2c957fbb
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -24,7 +24,9 @@ linters:
- copyloopvar - copyloopvar
- whitespace - whitespace
- revive # only certain checks enabled - revive # only certain checks enabled
- durationcheck
- gocheckcompilerdirectives
- reassign
### linters we tried and will not be using: ### linters we tried and will not be using:
### ###
# - structcheck # lots of false positives # - structcheck # lots of false positives