diff --git a/.golangci.yml b/.golangci.yml index 97aac99..49202fc 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,23 +1,20 @@ linters: enable: - megacheck - - golint + - revive - govet - unconvert - megacheck - - structcheck - gas - gocyclo - dupl - misspell - unparam - - varcheck - - deadcode + - unused - typecheck - ineffassign - - varcheck - stylecheck - - scopelint + - exportloopref - gocritic - nakedret - gosimple