Bump golangci-lint timeout
Bumps the timeout for golangci-lint from the default 1m duration to match the build submodule lint timeout, which is 10m. Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
8a38602388
commit
48537c7b96
|
|
@ -1,5 +1,5 @@
|
|||
run:
|
||||
deadline: 2m
|
||||
timeout: 10m
|
||||
|
||||
skip-files:
|
||||
- "zz_generated\\..+\\.go$"
|
||||
|
|
|
|||
Loading…
Reference in New Issue