From a3b3f1723bcfffd5b79fa5c88ccfd6212485a442 Mon Sep 17 00:00:00 2001 From: cdoern Date: Thu, 16 Jun 2022 16:21:46 -0400 Subject: 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 --- pkg/domain/entities/pods.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/domain/entities') diff --git a/pkg/domain/entities/pods.go b/pkg/domain/entities/pods.go index 19dc2fc4f..14ce370c1 100644 --- a/pkg/domain/entities/pods.go +++ b/pkg/domain/entities/pods.go @@ -301,7 +301,7 @@ type PodCreateReport struct { } type PodCloneReport struct { - Id string //nolint + Id string //nolint:revive,stylecheck } func (p *PodCreateOptions) CPULimits() *specs.LinuxCPU { -- cgit v1.2.3-54-g00ecf