Skip to content

Commit

Permalink
chore: sort linters in golangci-lint config (cosmos#18958)
Browse files Browse the repository at this point in the history
  • Loading branch information
estensen authored Jan 6, 2024
1 parent f14eb98 commit 64c2ff8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ build-tags:
linters:
disable-all: true
enable:
- errcheck
- dogsled
- errcheck
- exportloopref
- gci
- goconst
- gocritic
- gci
- gofumpt
- gosec
- gosimple
Expand All @@ -35,11 +35,11 @@ linters:
- misspell
- nakedret
- nolintlint
- staticcheck
- revive
- staticcheck
- stylecheck
- typecheck
- thelper
- typecheck
- unconvert
- unused

Expand Down

0 comments on commit 64c2ff8

Please sign in to comment.