-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
03. Coding conventions
Ilkka Seppälä edited this page Nov 11, 2019
·
7 revisions
The code should be formatted according to Google Java Style Guide.
The coding conventions are automatically checked with Maven Checkstyle plugin.
After installing the Checkstyle plugin to your IDE, the ruleset is available as "Google Checks".
The commit message should follow the pattern #ISSUENUMBER MESSAGE
. For example #344 Add logger for output
. In general you should always have an issue that the commit is trying to resolve.