mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
lint: switch exportloopref to copyloopvar per warning message (#5212)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user