From a67c4670290d9285959a398607267d962cfd79b3 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 6 Jul 2023 07:38:44 +0200 Subject: [PATCH] nolint: use nolint:all to prevent gofmt of indenting it which makes lint cry --- pkg/services/govmomi/vcenter/clone_test.go | 2 +- test/helpers/vcsim/simulator.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/services/govmomi/vcenter/clone_test.go b/pkg/services/govmomi/vcenter/clone_test.go index 4cc46d17bb..36ab7635be 100644 --- a/pkg/services/govmomi/vcenter/clone_test.go +++ b/pkg/services/govmomi/vcenter/clone_test.go @@ -16,7 +16,7 @@ limitations under the License. package vcenter -//nolint +//nolint:all import ( ctx "context" "crypto/tls" diff --git a/test/helpers/vcsim/simulator.go b/test/helpers/vcsim/simulator.go index 00ab92d3d6..4ec3e41536 100644 --- a/test/helpers/vcsim/simulator.go +++ b/test/helpers/vcsim/simulator.go @@ -16,7 +16,7 @@ limitations under the License. package vcsim -//nolint +//nolint:all import ( "fmt" "net/url"