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
|
- exclude_graphdriver_devicemapper
|
||||||
- containers_image_openpgp
|
- containers_image_openpgp
|
||||||
- cni
|
- cni
|
||||||
concurrency: 6
|
timeout: 5m
|
||||||
deadline: 5m
|
|
||||||
linters:
|
linters:
|
||||||
enable-all: true
|
enable-all: true
|
||||||
disable:
|
disable:
|
||||||
|
|
Loading…
Reference in New Issue