mirror of
https://github.com/containers/podman.git
synced 2025-07-01 16:17:06 +08:00
Merge pull request #22629 from qianxi0410/ci
update and remove parameter settings in `.golangci.yml`
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
run:
|
run:
|
||||||
concurrency: 6
|
concurrency: 6
|
||||||
deadline: 5m
|
timeout: 5m
|
||||||
modules-download-mode: readonly
|
modules-download-mode: readonly
|
||||||
linters:
|
linters:
|
||||||
enable-all: true
|
enable-all: true
|
||||||
@ -72,9 +72,7 @@ linters:
|
|||||||
linters-settings:
|
linters-settings:
|
||||||
errcheck:
|
errcheck:
|
||||||
check-blank: false
|
check-blank: false
|
||||||
ignore: fmt:.*
|
|
||||||
nolintlint:
|
nolintlint:
|
||||||
allow-leading-space: false
|
|
||||||
allow-unused: true
|
allow-unused: true
|
||||||
require-specific: true
|
require-specific: true
|
||||||
revive:
|
revive:
|
||||||
|
Reference in New Issue
Block a user