diff --git a/.golangci.yml b/.golangci.yml index 03581a02a3ea..44a8d2cecaf7 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -11,6 +11,7 @@ linters: enable: - depguard - errcheck + - exportloopref - godot - gofumpt - goimports @@ -21,8 +22,10 @@ linters: - misspell - revive - staticcheck + - tenv - typecheck - unused + - unparam issues: # Maximum issues count per one linter.