diff --git a/.golangci.yml b/.golangci.yml index cf1db8c17..c16541f76 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -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