Skip to content

Commit f796762

Browse files
committed
fix: run make lint-fix
Signed-off-by: Mario Constanti <[email protected]>
1 parent 4e36984 commit f796762

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

pkg/plugin/util/util_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ var _ = Describe("Cover plugin util helpers", func() {
103103
})
104104

105105
Describe("HasFileContentWith", Ordered, func() {
106-
107106
const (
108107
path = "testdata/PROJECT"
109108
content = `# Code generated by tool. DO NOT EDIT.
@@ -157,6 +156,5 @@ version: "3"
157156
Expect(err).NotTo(HaveOccurred())
158157
Expect(found).To(BeFalse())
159158
})
160-
161159
})
162160
})

pkg/plugins/optional/helm/v1alpha/plugin.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ type Plugin struct {
3737
editSubcommand
3838
}
3939

40-
var (
41-
_ plugin.Edit = Plugin{}
42-
)
40+
var _ plugin.Edit = Plugin{}
4341

4442
type pluginConfig struct{}
4543

test/e2e/helm/generate_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ var _ = Describe("kubebuilder", func() {
8686
Expect(err).NotTo(HaveOccurred(), "Failed to read values.yaml file")
8787
Expect(fileContainsExpr).To(BeFalse(), "Failed to get enabled webhook value from values.yaml file")
8888
})
89-
9089
})
9190
})
9291

0 commit comments

Comments
 (0)