mirror of
https://github.com/helm/helm.git
synced 2026-04-28 01:27:23 -04:00
fix(scripts): increase deadline for linter
This commit is contained in:
parent
f8037c83c6
commit
cf965e2426
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ gometalinter \
|
|||
--enable vet \
|
||||
--tests \
|
||||
--vendor \
|
||||
--deadline 60s \
|
||||
./... || exit_code=1
|
||||
|
||||
echo
|
||||
|
|
@ -46,6 +47,7 @@ gometalinter \
|
|||
--enable golint \
|
||||
--vendor \
|
||||
--skip proto \
|
||||
--deadline 60s \
|
||||
./... || :
|
||||
|
||||
exit $exit_code
|
||||
|
|
|
|||
Loading…
Reference in a new issue