mirror of
https://github.com/containers/podman.git
synced 2025-10-16 18:53:19 +08:00
ci: remove stylecheck linter
It is to be merged into staticcheck linter in golangci-lint v2.0.0. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -139,9 +139,9 @@ const (
|
||||
KeyPull = "Pull"
|
||||
KeyReadOnly = "ReadOnly"
|
||||
KeyReadOnlyTmpfs = "ReadOnlyTmpfs"
|
||||
KeyRemapGid = "RemapGid" //nolint:stylecheck // deprecated
|
||||
KeyRemapUid = "RemapUid" //nolint:stylecheck // deprecated
|
||||
KeyRemapUidSize = "RemapUidSize" //nolint:stylecheck // deprecated
|
||||
KeyRemapGid = "RemapGid" // deprecated
|
||||
KeyRemapUid = "RemapUid" // deprecated
|
||||
KeyRemapUidSize = "RemapUidSize" // deprecated
|
||||
KeyRemapUsers = "RemapUsers" // deprecated
|
||||
KeyRetry = "Retry"
|
||||
KeyRetryDelay = "RetryDelay"
|
||||
|
Reference in New Issue
Block a user