test/utils: suppress ST1001 warnings

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2025-03-28 18:23:30 -07:00
parent 0f975f8526
commit 91113c46ef

View File

@ -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