Skip to content

Commit c82530b

Browse files
authored
Merge pull request #2009 from camilamacedo86/fix-lint-issue
🌱 ignore maligned lint issue for WebhookSuite struct
2 parents 05abe25 + bd00512 commit c82530b

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)