Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
Signed-off-by: Liran Rotenberg <[email protected]>
  • Loading branch information
liranr23 authored and ahadas committed May 16, 2024
1 parent a9772de commit 7302047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/controller/plan/adapter/vsphere/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var _ = Describe("vSphere builder", func() {
)
})

//nolint:errcheck
func createBuilder(objs ...runtime.Object) *Builder {
scheme := runtime.NewScheme()
_ = v1.AddToScheme(scheme)
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/plan/adapter/vsphere/validator_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//nolint:errcheck
//nolint:nilnil
package vsphere

import (
Expand Down

0 comments on commit 7302047

Please sign in to comment.