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 34826e8f0ebb167e3380c4a58adb907188456657 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Sat Nov 18 08:55:50 2023 +0000 Log checkstyle violations to console --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 47f2c1ae..24ebf3d5 100644 --- a/pom.xml +++ b/pom.xml @@ -237,7 +237,8 @@ <headerLocation>${rng.parent.dir}/src/main/resources/checkstyle/license-header.txt</headerLocation> <suppressionsLocation>${rng.parent.dir}/src/main/resources/checkstyle/checkstyle-suppressions.xml</suppressionsLocation> <enableRulesSummary>false</enableRulesSummary> - <logViolationsToConsole>false</logViolationsToConsole> + <!-- Output the detected violations to the console (for checkstyle:check). --> + <logViolationsToConsole>true</logViolationsToConsole> <failOnViolation>true</failOnViolation> <resourceExcludes>NOTICE,LICENSE,**/pom.properties,**/resolver-status.properties,**/sha512.properties</resourceExcludes> </configuration>