1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

chore: increase golangci-lint timeout (#3855)

Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com>

Co-authored-by: shuting <shuting@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-05-10 16:38:09 +02:00 committed by GitHub
parent ec2bf3b6da
commit c7849f20f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ linters:
- structcheck
run:
timeout: 5m
skip-files:
- ".+_test.go"
- ".+_test_.+.go"