summaryrefslogtreecommitdiff
path: root/config/checkstyle/checkstyle-best-practice.xml
AgeCommit message (Collapse)Author
2019-10-23Merge pull request #3549 from ByteHamster/checkstyle-whitespaceH. Lehmann
Checkstyle: whitespace after comma and cast
2019-10-23Enforcing whitespace after commaByteHamster
2019-10-22Do not enforce Google checkstlye import orderByteHamster
The IntelliJ/AS default is different, so this would be a problem for most new developers. Additionally, there definitely are more important things to enforce.
2019-10-03Added best-practice checkstyle checksByteHamster
This are the style guidelines I want to enforce throughout the project in the future. Currently, huge parts of the app do not pass these checks but when developing something new, we should add those checks to our IDEs. They are basically the Google checks but with an increased line length from 100 to 120 characters and using 4 instead of 2 spaces for indentation.