diff --git a/pkg/domain/entities/pods.go b/pkg/domain/entities/pods.go index 19dc2fc4fe..14ce370c1f 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 {