mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +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,12 +86,10 @@ type ExecConfig struct {
|
||||
type ExecSession struct {
|
||||
// Id is the ID of the exec session.
|
||||
// Named somewhat strangely to not conflict with ID().
|
||||
//nolint:stylecheck,revive
|
||||
Id string `json:"id"`
|
||||
Id string `json:"id"` //nolint:revive
|
||||
// ContainerId is the ID of the container this exec session belongs to.
|
||||
// Named somewhat strangely to not conflict with ContainerID().
|
||||
//nolint:stylecheck,revive
|
||||
ContainerId string `json:"containerId"`
|
||||
ContainerId string `json:"containerId"` //nolint:revive
|
||||
|
||||
// State is the state of the exec session.
|
||||
State define.ContainerExecStatus `json:"state"`
|
||||
|
Reference in New Issue
Block a user