mirror of
https://github.com/containers/podman.git
synced 2025-07-03 01:08:02 +08:00
test/utils: suppress ST1001 warnings
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@ -20,9 +20,9 @@ import (
|
||||
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
. "github.com/onsi/ginkgo/v2"
|
||||
. "github.com/onsi/gomega"
|
||||
. "github.com/onsi/gomega/gexec"
|
||||
. "github.com/onsi/ginkgo/v2" //nolint:staticcheck // ST1001: should not use dot imports
|
||||
. "github.com/onsi/gomega" //nolint:staticcheck // ST1001: should not use dot imports
|
||||
. "github.com/onsi/gomega/gexec" //nolint:staticcheck // ST1001: should not use dot imports
|
||||
)
|
||||
|
||||
type NetworkBackend int
|
||||
|
Reference in New Issue
Block a user