mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-15 17:51:20 +00:00
chore: enable exportloopref linter (#3869)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: Sambhav Kothari <sambhavs.email@gmail.com>
This commit is contained in:
parent
e43d42bce3
commit
12dd0e5cc0
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ linters:
|
||||||
- deadcode
|
- deadcode
|
||||||
- durationcheck
|
- durationcheck
|
||||||
- errcheck
|
- errcheck
|
||||||
|
- exportloopref
|
||||||
- gosec
|
- gosec
|
||||||
- gosimple
|
- gosimple
|
||||||
- govet
|
- govet
|
||||||
|
|
Loading…
Reference in a new issue