Skip to content

Commit

Permalink
Merge pull request #3507 from saschagrunert/exportloopref
Browse files Browse the repository at this point in the history
Enable `exportloopref` linter
  • Loading branch information
k8s-ci-robot committed Mar 13, 2024
2 parents ae05b02 + b25c376 commit 18f8bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Expand Up @@ -32,6 +32,7 @@ linters:
- errchkjson
- errname
- execinquery
- exportloopref
- ginkgolinter
- gocheckcompilerdirectives
- gochecksumtype
Expand Down Expand Up @@ -91,7 +92,6 @@ linters:
# - errorlint
# - exhaustive
# - exhaustruct
# - exportloopref
# - forbidigo
# - forcetypeassert
# - funlen
Expand Down

0 comments on commit 18f8bb3

Please sign in to comment.