This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-exec.git
commit 83653f404471da08396ec3b6493bb2c3e6ca130b Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 24 09:57:19 2025 -0400 Failing Checkstyle now fails the build (the default behavior) --- src/conf/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 65bf5e5b..2559dab4 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -23,7 +23,6 @@ <module name="Checker"> <property name="localeLanguage" value="en" /> - <property name="severity" value="warning" /> <!-- Checks that a package.html file exists for each package. --> <!-- See https://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->