Skip to content

Commit

Permalink
alphabetizing the linters list (googleforgames#2330)
Browse files Browse the repository at this point in the history
  • Loading branch information
SealTV authored Oct 21, 2021
1 parent 5462a84 commit 2e81bd0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ output:

linters:
enable:
- exportloopref
- bodyclose
- deadcode
- megacheck
- govet
- revive
- unconvert
- dupl
- exportloopref
- goconst
- gocritic
- gocyclo
- goimports
- govet
- megacheck
- misspell
- nakedret
- revive
- staticcheck
- structcheck
- misspell
- unconvert
- unparam
- nakedret
- bodyclose

linters-settings:
gocritic:
Expand Down

0 comments on commit 2e81bd0

Please sign in to comment.