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"