1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 15:37:19 +00:00

chore: enable durationcheck linter (#3870)

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 00:27:59 +02:00 committed by GitHub
parent 925436104c
commit 120467fe46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ linters:
- bidichk - bidichk
- bodyclose - bodyclose
- deadcode - deadcode
- durationcheck
- errcheck - errcheck
- gosec - gosec
- gosimple - gosimple