diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-16 23:14:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 23:14:52 +0000 |
commit | 05fc5959ec9cf681625f6fdb61de980d698bed59 (patch) | |
tree | af8e720874adeb6321d9ab026bdbea1ccfb7b67a | |
parent | 2af8851787d2c34d6264945372deaec4c387882a (diff) | |
parent | a3b3f1723bcfffd5b79fa5c88ccfd6212485a442 (diff) | |
download | podman-05fc5959ec9cf681625f6fdb61de980d698bed59.tar.gz podman-05fc5959ec9cf681625f6fdb61de980d698bed59.tar.bz2 podman-05fc5959ec9cf681625f6fdb61de980d698bed59.zip |
Merge pull request #14627 from cdoern/lint-fix
linter fix from #14299
-rw-r--r-- | pkg/domain/entities/pods.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |