code is automatically formatted using the "Palantir" Java style
it introduces a CI pipeline that checks compliance with the coding style and provides feedback to contributors where non-compliant parts of the code are shown
documentation about how to configure these checks locally via git hooks
Related Issue
There is no issue per se, this was the result of an internal discussion with other team members.
Motivation and Context
Ensure there is a consistent code style in the entire code-base, regardless of which IDE or text editor contributors use.
How Has This Been Tested?
No changes in the logic of the code were applied. The changes are only cosmetic.
Description
This pull request brings the following changes:
Related Issue
There is no issue per se, this was the result of an internal discussion with other team members.
Motivation and Context
Ensure there is a consistent code style in the entire code-base, regardless of which IDE or text editor contributors use.
How Has This Been Tested?
No changes in the logic of the code were applied. The changes are only cosmetic.