build: sort linters

This commit is contained in:
Håvard Anda Estensen 2024-03-08 08:41:20 +01:00
parent c41105ce80
commit aca0c06c92

View file

@ -12,18 +12,18 @@ run:
linters:
disable-all: true
enable:
- bidichk
- durationcheck
- exportloopref
- goimports
- gosimple
- govet
- ineffassign
- misspell
- unconvert
- typecheck
- unused
- staticcheck
- bidichk
- durationcheck
- exportloopref
- typecheck
- unconvert
- unused
- whitespace
# - structcheck # lots of false positives