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: linters:
disable-all: true disable-all: true
enable: enable:
- bidichk
- durationcheck
- exportloopref
- goimports - goimports
- gosimple - gosimple
- govet - govet
- ineffassign - ineffassign
- misspell - misspell
- unconvert
- typecheck
- unused
- staticcheck - staticcheck
- bidichk - typecheck
- durationcheck - unconvert
- exportloopref - unused
- whitespace - whitespace
# - structcheck # lots of false positives # - structcheck # lots of false positives