update golangci.yml
The deadline option was renamed to timeout and I see 1m timeouts in CI so I think the option isn't working there. Also remove the core limit, by default it uses all cores and there is no reason to limit that really. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
parent
861d6aaffc
commit
5d5e6a4479
|
@ -9,8 +9,7 @@ run:
|
|||
- exclude_graphdriver_devicemapper
|
||||
- containers_image_openpgp
|
||||
- cni
|
||||
concurrency: 6
|
||||
deadline: 5m
|
||||
timeout: 5m
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
|
|
Loading…
Reference in New Issue