Hello,
w/ the advent of the 0.2.0 parent, we have checkstyle enabled;
However, I am not that happy, as the default rules are IMO a bit odd (e.g. the unused imports is pretty nasty when developing)
We could:
a) get rid of it (perhaps not)
b) disable it on normal execution and only execute it on a release profile or like that
right now I am running w/ skip - but that's a bit nasty...
Thoughts?