Skip to content

style: apply Google Java Format via Spotless#18

Merged
ex172000 merged 1 commit into
mainfrom
style/spotless-reformat
May 26, 2026
Merged

style: apply Google Java Format via Spotless#18
ex172000 merged 1 commit into
mainfrom
style/spotless-reformat

Conversation

@ex172000
Copy link
Copy Markdown
Collaborator

Summary

One-shot reformat of all src/{main,test,integrationTest}/java/**/*.java files to Google Java Format (2-space default style) via ./gradlew spotlessApply. Pure whitespace + import-ordering churn — no semantic changes.

60 files changed, 6354 insertions(+), 6458 deletions(-).

Why a separate PR

Keeps the formatter churn isolated so it can be skipped from git blame via .git-blame-ignore-revs (added in the companion PR). Reviewing this PR by content is not useful — the diff is mechanical. Spot-check by running ./gradlew spotlessCheck locally after pulling, which should pass.

Merge order

Merge this PR first, then the companion build: add axion-release... PR. After both land, the companion PR's .git-blame-ignore-revs should be updated with this PR's merge commit SHA.

Test plan

  • ./gradlew spotlessApply is a no-op on this branch (idempotent)
  • ./gradlew build -x integrationTest passes
  • After merge, copy the squashed/merged commit SHA into .git-blame-ignore-revs in the companion PR

🤖 Generated with Claude Code

@ex172000 ex172000 merged commit cd95611 into main May 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant