mirror of https://github.com/containers/podman.git
linter fix from #14299
[NO NEW TESTS NEEDED] podman pod clone somehow snuck by the new linter code that went in while it was in flight fix that here Signed-off-by: cdoern <cdoern@redhat.com>
This commit is contained in:
parent
2af8851787
commit
a3b3f1723b
|
@ -301,7 +301,7 @@ type PodCreateReport struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type PodCloneReport struct {
|
type PodCloneReport struct {
|
||||||
Id string //nolint
|
Id string //nolint:revive,stylecheck
|
||||||
}
|
}
|
||||||
|
|
||||||
func (p *PodCreateOptions) CPULimits() *specs.LinuxCPU {
|
func (p *PodCreateOptions) CPULimits() *specs.LinuxCPU {
|
||||||
|
|
Loading…
Reference in New Issue