pkg/webhook/resourcesemantics/validation
Matt Moore 92ed919344
Fix: Mute the linter on error return values. (#2627)
🐛 My previous change has revive/stylecheck warnings because I made the `warn` return value `[]error` and it wants the `error` last, which is kind of silly.

This mutes the linter on this signature, since it hits both revive and stylecheck

/kind bug
2022-11-02 19:46:06 +00:00
..
controller.go
reconcile_config.go Register webhook GVKs for validating callbacks (#2590) 2022-09-14 07:19:48 +00:00
reconcile_config_test.go Preserve webhook namespaceSelector.matchLabels (#2605) 2022-10-06 21:14:31 +00:00
validation_admit.go Fix: Mute the linter on error return values. (#2627) 2022-11-02 19:46:06 +00:00
validation_admit_test.go Register webhook GVKs for validating callbacks (#2590) 2022-09-14 07:19:48 +00:00
validation_deprecated_test.go