Defines the general SBForge coding guidelines which can be used in your preferred build tool
See Sonar for information on using the codelines in your development environment
The current SBForge code style is based on the Sonar way with Findbugs profile. The following SBForge extensions have been added:
- Linielength: Increased from 80 to 120 characters (see Linie length should be more than 80 characters.)
- Remove checkstyle requirement that all classes and methods should be final, abstract or empty (see Remove checkstyle requirement that all classes and methods should be final, abstract or empty