1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-15 12:17:56 +00:00

chore: enable importas linter (#3882)

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 13:32:54 +02:00 committed by GitHub
parent 0cd21ec0f3
commit f67c138f54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ linters:
- gosec - gosec
- gosimple - gosimple
- govet - govet
- importas
- ineffassign - ineffassign
- staticcheck - staticcheck
- structcheck - structcheck