Skip to content

03. Coding conventions

Ilkka Seppälä edited this page Mar 30, 2025 · 8 revisions

Formatting

The code should be formatted according to Google Java Style Guide.

The coding conventions are automatically checked and applied with Maven Spotless plugin.

License headers

The code files should have a license header in place. This is applied automatically using ./mvnw license:format command.

Commit messages

We squash the incoming pull requests, so it doesn't really matter.