diff --git a/.golangci.yml b/.golangci.yml index d155f54e54..e0dc4a186a 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -15,13 +15,9 @@ linters: enable: - errcheck - dogsled - - exportloopref - goconst - gocritic - - gci - - gofumpt - gosec - - gosimple - govet - ineffassign - misspell @@ -30,7 +26,6 @@ linters: - staticcheck - revive - stylecheck - - typecheck # - thelper # too many positives with table tests that have custom setup(*testing.T) - unconvert - unused