diff --git a/.golangci.yml b/.golangci.yml index 503c2c99..1d82abc9 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -6,11 +6,13 @@ linters: disable-all: true enable: - errcheck + - errorlint - exportloopref - gocritic - goimports - goprintffuncname - gosimple + - govet - ineffassign - misspell - nolintlint @@ -26,7 +28,6 @@ linters: - unconvert - unused - usestdlibvars - - govet linters-settings: goimports: