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

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

commit 3cc75a3e56ebcf35658e674959e2fc2a0e0f5231
Author: Gilles Sadowski <gillese...@gmail.com>
AuthorDate: Mon Apr 27 07:15:57 2020 +0200

    CheckStyle configuration.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 796e83d..8e82837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -253,7 +253,8 @@
           
<suppressionsLocation>${statistics.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
           <enableRulesSummary>false</enableRulesSummary>
           <includeTestSourceDirectory>true</includeTestSourceDirectory>
-          <logViolationsToConsole>false</logViolationsToConsole>
+          <!-- Output the detected violations to the console (for 
checkstyle:check). -->
+          <logViolationsToConsole>true</logViolationsToConsole>
           <failOnViolation>true</failOnViolation>
           
<resourceExcludes>NOTICE.txt,LICENSE.txt,**/maven-archiver/pom.properties</resourceExcludes>
         </configuration>

Reply via email to