From b25c3761699712eb6352d0cf6b5051fffdb1c885 Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Wed, 13 Mar 2024 10:12:50 +0100 Subject: [PATCH] Enable `exportloopref` linter The linter does not report anything new, so we can enable it without any other code changes. Signed-off-by: Sascha Grunert --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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