mirror of
https://github.com/containers/podman.git
synced 2025-11-29 09:37:38 +08:00
enable gofumpt formatter
Based on our discussion gofumpt won the vote so use that one via golangci-lint. https://github.com/containers/podman/discussions/27291 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@@ -15,7 +15,6 @@ import (
|
||||
// TODO: we need to check the output. Currently, we only check the exit codes
|
||||
// which is not enough.
|
||||
var _ = Describe("Podman stats", func() {
|
||||
|
||||
BeforeEach(func() {
|
||||
SkipIfRootlessCgroupsV1("stats not supported on cgroupv1 for rootless users")
|
||||
if isContainerized() {
|
||||
|
||||
Reference in New Issue
Block a user