-
Notifications
You must be signed in to change notification settings - Fork 1.4k
⚠️ Enforce comments on most of the codebase #4669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⚠️ Enforce comments on most of the codebase #4669
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1 from me on this change, found one comment description that doesn't quite parse for me though, PTAL
util/collections/machine_filters.go
Outdated
@@ -26,6 +26,7 @@ import ( | |||
"sigs.k8s.io/controller-runtime/pkg/client" | |||
) | |||
|
|||
// Func defines is the functon definition for a filter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one reads a bit odd to me, is the word defines
extra?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, fixing in a bit
lgtm aside from Joel's comment above |
Marked as a breaking change because we're unexporting some previously exported variables or structs. Signed-off-by: Vince Prignano <[email protected]>
a742390
to
6db0dc8
Compare
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-cluster-api-test-main |
1 similar comment
/test pull-cluster-api-test-main |
/retest |
@vincepri: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Signed-off-by: Vince Prignano [email protected]
What this PR does / why we need it:
Marked as a breaking change because we're unexporting some previously
exported variables or structs.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
/milestone v0.4
/assign @CecileRobertMichon @fabriziopandini @sbueringer