Skip to content
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

Add and configure Maven Spotless plugin for formatting #124

Merged
merged 4 commits into from
Nov 7, 2024

Conversation

StenAL
Copy link

@StenAL StenAL commented Nov 4, 2024

This ensures that the whole codebase looks consistent. I opted to use Palantir's formatting standard as it's already pretty close to the codebase's format and is widely used elsewhere.

I also added a .git-blame-ignore-revs file so the formatting changes do not show up in git blame.

No functional changes.

This ensures there is consistent formatting for the whole codebase. I
opted to use Palantir's formatting standard as it's already pretty close
to the codebase's format and is widely used elsewhere.
Done by manually running `mvn spotless:apply`. No functional changes.
This way the formatting from Spotless changes do not show up in `git
blame`.
This will ensure that the codebase remains consistently formatted.
@PhilippvK
Copy link
Owner

@StenAL Thank you for the changes! Even if its non-functional, i would still like to have a look at the changes (potential backdoors could easily be hidden in such changeset 😄), so it might take me a few days to approve this. If I do not respond until the end of the week, feel free to ping me.

@PhilippvK PhilippvK merged commit c3ecc99 into PhilippvK:master Nov 7, 2024
2 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.

2 participants