NathanEckert opened a new issue, #174: URL: https://github.com/apache/maven-checkstyle-plugin/issues/174
### New feature, improvement proposal Associated PR: https://github.com/apache/maven-checkstyle-plugin/pull/165 Introduce a parameter to fail the build when the number of violations is not equal to maxAllowedViolations This prevents the following scenario: - some changes reduce the checkstyle count but maxAllowedViolations is not updated - some other changes introduces new violations but the build does not fail, as the count left some margin for error, when we would like to avoid introducing new failures -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org