This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git

commit 4214719b81381e0a7760ba3f7814bf019dcf7806
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Wed Jul 31 23:13:29 2019 +0100

    Checkstyle check to fail on violation.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f72d0b3..5e10382 100644
--- a/pom.xml
+++ b/pom.xml
@@ -559,7 +559,7 @@
               
<suppressionsLocation>${rng.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
               <enableRulesSummary>false</enableRulesSummary>
               <logViolationsToConsole>false</logViolationsToConsole>
-              <failOnViolation>false</failOnViolation>
+              <failOnViolation>true</failOnViolation>
               
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes>
               <excludes>**/generated/**.java</excludes>
             </configuration>

Reply via email to