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