Additional Checkstyle checks, that could be added as extension to EclipseCS plugin and maven-checkstyle-plugin, Sonar checkstyle plugin, extension for CheckStyle IDEA plugin.
We need to deprecate all usage of maven-checkstyle-plugin so we can start implementing backward breaking changes.
Note that this had a breaking change in the repo's skip property for only Checkstyle execution. The property checkstyle.skip was changed to checkstyle.ant.skip to differentiate it from normal maven-plugin skip.
Similar to https://github.com/checkstyle/contribution/issues/273 and https://github.com/checkstyle/checkstyle/issues/5385 ,
We need to deprecate all usage of maven-checkstyle-plugin so we can start implementing backward breaking changes.
Note that this had a breaking change in the repo's skip property for only Checkstyle execution. The property
checkstyle.skip
was changed tocheckstyle.ant.skip
to differentiate it from normal maven-plugin skip.No other properties or execution was changed.