Checkstyle shoud set either failOnViolation
or failOnError
to true
#404
Labels
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Currently, both
failOnViolation
andfailOnError
are set (https://github.com/googleapis/java-shared-config/blob/main/pom.xml#L649,L651).The way I am reading checkstyle documentation, they are more either/or -- either fail before logging or log and then fail: https://maven.apache.org/plugins/maven-checkstyle-plugin/check-mojo.html.
Thanks @elefeint for pointing this out.
The text was updated successfully, but these errors were encountered: