Skip to content

Add and configure Maven Spotless plugin for formatting#124

Merged
PhilippvK merged 4 commits intoPhilippvK:masterfrom
StenAL:features
Nov 7, 2024
Merged

Add and configure Maven Spotless plugin for formatting#124
PhilippvK merged 4 commits intoPhilippvK:masterfrom
StenAL:features

Conversation

@StenAL
Copy link
Copy Markdown

@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
Copy Markdown
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
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