chore: sort linters in golangci-lint config (#18958)

This commit is contained in:
Håvard Anda Estensen 2024-01-06 07:25:42 +01:00 committed by GitHub
parent f14eb9870f
commit 64c2ff8ddf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,12 @@ build-tags:
linters:
disable-all: true
enable:
- errcheck
- dogsled
- errcheck
- exportloopref
- gci
- goconst
- gocritic
- gci
- gofumpt
- gosec
- gosimple
@ -35,11 +35,11 @@ linters:
- misspell
- nakedret
- nolintlint
- staticcheck
- revive
- staticcheck
- stylecheck
- typecheck
- thelper
- typecheck
- unconvert
- unused