On Wed, Feb 22, 2017 at 6:50 AM, Jean-Baptiste Onofré <j...@nanthrax.net> wrote:
> Can we finalize a decision about this ? > > So basically, the question is: > > 1. Do we enable checkstyle, findbugs, ... (all things increasing the build > duration, tests excluded) by default or not ? > 2. If we decide to enable it by default, can we use a 'quick' property > (-Dquick) to bypass ? > To be extremely clear, I vote for: 1. Disable checkstyle, findbugs, javadoc, and everything else beyond the minimum needed to compile and run unit tests. 2. Add -Dall-checks to re-enable it all, including very slow checks. Kenn