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-email.git
The following commit(s) were added to refs/heads/master by this push: new d1b2cea6 Let Checkstyle failures fail the build d1b2cea6 is described below commit d1b2cea603651d65a274a6904d83cf1322a3e19a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed May 28 08:39:31 2025 -0400 Let Checkstyle failures fail the build --- src/conf/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index b2c3cab1..307040f8 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -21,7 +21,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 http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->