-
-
Notifications
You must be signed in to change notification settings - Fork 810
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
base: main
Are you sure you want to change the base?
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 |
|
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. |
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