diff --git a/.golangci.yml b/.golangci.yml index 8821999eb0a..f3e3fb3233e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -32,6 +32,7 @@ linters: - errchkjson - errname - execinquery + - exportloopref - ginkgolinter - gocheckcompilerdirectives - gochecksumtype @@ -90,7 +91,6 @@ linters: # - errorlint # - exhaustive # - exhaustruct - # - exportloopref # - forbidigo # - forcetypeassert # - funlen