- Stick to the configured code style
- Eclipse formatter definition:
eclipse-formatter.xml - To validate the code base run
./mvnw formatter:validate - To reformat the code base run
./mvnw formatter:format
- Eclipse formatter definition:
- Stick to the configured import order
- Import order configuration of plugin
net.revelc.code:impsort-maven-plugininpom.xml - To validate import order run
./mvnw impsort:check - To organize imports run
./mvnw impsort:sort
- Import order configuration of plugin
This repository was archived by the owner on Apr 18, 2023. It is now read-only.