diff --git a/.golangci.yml b/.golangci.yml index b248c06..4f7691a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -100,24 +100,20 @@ linters-settings: linters: disable-all: true enable: - - deadcode - errcheck - goconst - gofmt # On why gofmt when goimports is enabled - https://github.com/golang/go/issues/21476 - goimports - - golint - gosimple - govet - ineffassign - - maligned - misspell + - revive - staticcheck - - structcheck - typecheck - unconvert - unparam - unused - - varcheck issues: # List of regexps of issue texts to exclude, empty list by default.