Skip to content

Commit

Permalink
Enable exportloopref linter
Browse files Browse the repository at this point in the history
The linter does not report anything new, so we can enable it without any
other code changes.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Mar 13, 2024
1 parent 68031dc commit b25c376
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 @@ -90,7 +91,6 @@ linters:
# - errorlint
# - exhaustive
# - exhaustruct
# - exportloopref
# - forbidigo
# - forcetypeassert
# - funlen
Expand Down

0 comments on commit b25c376

Please sign in to comment.