You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
New feature, improvement proposal
Associated PR: #165
Introduce a parameter to fail the build when the number of violations is not equal to maxAllowedViolations
This prevents the following scenario:
The text was updated successfully, but these errors were encountered: