1
0
Fork 0
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:
Charles-Edouard Brétéché 2022-05-11 01:10:25 +02:00 committed by GitHub
parent e43d42bce3
commit 12dd0e5cc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ linters:
- deadcode - deadcode
- durationcheck - durationcheck
- errcheck - errcheck
- exportloopref
- gosec - gosec
- gosimple - gosimple
- govet - govet