lint: switch exportloopref to copyloopvar per warning message (#5212)

This commit is contained in:
Ian McKenzie 2024-09-03 23:05:44 -07:00 committed by GitHub
parent 4e9925fd3f
commit ad442fbee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,11 +15,11 @@ linters:
- unused - unused
# Linters added by the stash project. # Linters added by the stash project.
# - contextcheck # - contextcheck
- copyloopvar
- dogsled - dogsled
- errchkjson - errchkjson
- errorlint - errorlint
# - exhaustive # - exhaustive
- exportloopref
- gocritic - gocritic
# - goerr113 # - goerr113
- gofmt - gofmt