Skip to content

Commit bd00512

Browse files
:seeding: ignore maligned lint issue for WebhookSuite struct
1 parent 05abe25 commit bd00512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugins/golang/v3/scaffolds/internal/templates/api/webhook_suitetest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var _ file.Template = &WebhookSuite{}
1111
var _ file.Inserter = &WebhookSuite{}
1212

1313
// WebhookSuite scaffolds the file that sets up the webhook tests
14-
type WebhookSuite struct {
14+
type WebhookSuite struct { //nolint:maligned
1515
file.TemplateMixin
1616
file.MultiGroupMixin
1717
file.BoilerplateMixin

0 commit comments

Comments
 (0)