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.
1 parent b3da7d4 commit 690a89eCopy full SHA for 690a89e
pkg/webhook/preflight/preflight_test.go
@@ -39,6 +39,7 @@ type mockDecoder struct {
39
err error
40
}
41
42
+//nolint:gocritic // These parameters are required, because this mock implements a third-party interface.
43
func (m *mockDecoder) Decode(_ admission.Request, _ runtime.Object) error {
44
return m.err
45
0 commit comments