-
-
Notifications
You must be signed in to change notification settings - Fork 844
ICU-23091 Add Java source formatting configs and automated checks #3516
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
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
|
Notice: the branch changed across the force-push!
~ Your Friendly Jira-GitHub PR Checker Bot |
|
For review purposes and consideration:
|
|
@yumaoka @richgillam FYI |
|
mihnita
left a comment
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.
LGTM
Thank you.
I retried them and all but one succeeded. The ones that passed after retrying were all from the ICU4C CI workflow, and given that this PR here is only about source code formatting for Java, it's safe to conclude that those ICU4C check failures during the first attempt are unrelated. The other check that failed is the "meta check" job called "Wait for Required Checks", and it fails because the |
We should add the magic incantation that allows us to rebase+merge the two commits. |
Done. |
e834af4 to
2ee31d2
Compare
This comment was marked as outdated.
This comment was marked as outdated.
|
@markusicu Ready again when you are. I don't see any PRs that simultaneously: 1) touch ICU4J 2) are ready to merge 3) are recent enough to consider. The only possible exception is maybe #3468, but that's very small, enough so to not hold up for. |
Ok... :-) I reminded myself that the TC is on board with this now:
+1
And it already has a merge conflict. |
|
@echeran if you reversed the commits, it would be easier to keep the GitHub UI alive to get to the approve button... |
Add automated source formatting so that we don't have to worry about it again. In the future, the diffs that are visible in PRs will no longer have noise (extra diff lines) due to formatting unrelated to the code issues that are the focus of the PR.
Checklist
ALLOW_MANY_COMMITS=true