Conversation
|
@hongkailiu: This pull request explicitly references no jira issue. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (69)
✅ Files skipped from review due to trivial changes (42)
🚧 Files skipped from review as they are similar to previous changes (10)
WalkthroughAdds a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
86134d0 to
e528692
Compare
We will use it to sort imports. I tried openshift-goimports [1] and it did not work out for us because * It does not work with comments [2]. * We do have a comment to make golang linter happy [3]. [1]. https://github.com/openshift-eng/openshift-goimports [2]. openshift-eng/openshift-goimports#16 [3]. https://github.com/openshift/cluster-version-operator/blob/ac127d3a5d45f60eb54e5c5acc3711a284728499/pkg/cvo/updatepayload_test.go#L14-L15
e528692 to
0d49844
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hongkailiu, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@hongkailiu: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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-sigs/prow repository. I understand the commands that are listed here. |
We will use it to sort imports.
I tried openshift-goimports [1] and it did not work out
for us because
[1]. https://github.com/openshift-eng/openshift-goimports
[2]. openshift-eng/openshift-goimports#16
[3].
cluster-version-operator/pkg/cvo/updatepayload_test.go
Lines 14 to 15 in ac127d3
It may change the auto-generated file
lib/resourceread/resourceread.goandlib/resourcebuilder/resourcebuilder.go.So in theory, we need to run
make importsafter./hack/generate-lib-resources.py(or fix the script./hack/generate-lib-resources.py).The CI would signal if we forget doing it.
Summary by CodeRabbit