From 83cec25142d74c716b03300bbc1c1be2077a29ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Drzewiecki?= Date: Mon, 26 Feb 2024 12:27:57 +0100 Subject: [PATCH] linter --- internal/controller/suite_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/internal/controller/suite_test.go b/internal/controller/suite_test.go index 087152e6..81f8a669 100644 --- a/internal/controller/suite_test.go +++ b/internal/controller/suite_test.go @@ -41,12 +41,12 @@ import ( // http://onsi.github.io/ginkgo/ to learn more about Ginkgo. var ( - cfg *rest.Config //nolint:gochecknoglobals - k8sClient client.Client //nolint:gochecknoglobals - testEnv *envtest.Environment //nolint:gochecknoglobals - suiteCtx context.Context //nolint:gochecknoglobals - cancelSuiteCtx context.CancelFunc //nolint:gochecknoglobals - anyContext = MatchedBy(func(_ context.Context) bool { return true }) + cfg *rest.Config //nolint:gochecknoglobals + k8sClient client.Client //nolint:gochecknoglobals + testEnv *envtest.Environment //nolint:gochecknoglobals + suiteCtx context.Context //nolint:gochecknoglobals + cancelSuiteCtx context.CancelFunc //nolint:gochecknoglobals + anyContext = MatchedBy(func(_ context.Context) bool { return true }) //nolint:gochecknoglobals ) const TestKubeconfigValidityTime = 24 * time.Hour