Open Crumby opened 6 years ago
I've added a checkstyle via #108 with a couple of rules we used to have on previous utils iterations. However, we could even consider more standard rulesets with more strict approach also, like Google's or Sun's.
https://github.com/checkstyle/checkstyle/tree/master/src/main/resources http://checkstyle.sourceforge.net/google_style.html http://checkstyle.sourceforge.net/sun_style.html
@Crumby what about to use maven formatter plugin [1] which automatically format the code during build?
Automatic formatting is done in: https://github.com/xtf-cz/xtf/pull/394
We should take a look at checkstyle possibilities to keep all classes consistent.