mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +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:
@ -86,7 +86,7 @@ func Contains(err error, sub error) bool {
|
||||
// PodConflictErrorModel is used in remote connections with podman
|
||||
type PodConflictErrorModel struct {
|
||||
Errs []string
|
||||
Id string //nolint:revive,stylecheck
|
||||
Id string //nolint:revive
|
||||
}
|
||||
|
||||
// ErrorModel is used in remote connections with podman
|
||||
|
Reference in New Issue
Block a user