Skip to content

Commit

Permalink
golangci-lint: megacheck has been replaced with gosimple, staticcheck…
Browse files Browse the repository at this point in the history
…, and unused

Signed-off-by: Rickard von Essen <[email protected]>
  • Loading branch information
rickard-von-essen committed Oct 27, 2024
1 parent 76e1b08 commit 66661f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,18 @@ linters-settings:

linters:
enable:
- megacheck
- govet
- gocyclo
- gocritic
- goconst
- goimports
- gofmt # We enable this as well as goimports for its simplify mode.
- gosimple
- prealloc
- revive
- staticcheck
- unconvert
- unused
- misspell
- nakedret

Expand Down

0 comments on commit 66661f9

Please sign in to comment.