We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05abe25 + bd00512 commit c82530bCopy full SHA for c82530b
pkg/plugins/golang/v3/scaffolds/internal/templates/api/webhook_suitetest.go
@@ -11,7 +11,7 @@ var _ file.Template = &WebhookSuite{}
11
var _ file.Inserter = &WebhookSuite{}
12
13
// WebhookSuite scaffolds the file that sets up the webhook tests
14
-type WebhookSuite struct {
+type WebhookSuite struct { //nolint:maligned
15
file.TemplateMixin
16
file.MultiGroupMixin
17
file.BoilerplateMixin
0 commit comments