Hi Jacques,
I am not a fan for automatical code changes during a build:
- it can/will change a lot of code you do not want to be changed. We've
already seen that checkstyle errors can be disputable.
- it adds another complexity to the build and makes it slower
- it prevents people from learning. If you are being forced to manually
change the code after checkstyle has found an error during build, you'll
learn on the way.
So better use the project formatter settings for the IDE and let people
deal with checkstyle errors during their implementation.
My 2 cts,
Michael Brohl
ecomify GmbH - www.ecomify.de
Am 13.02.21 um 12:11 schrieb Jacques Le Roux: