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-validator.git
The following commit(s) were added to refs/heads/master by this push: new d7f62772 Remove redundant entry d7f62772 is described below commit d7f62772bc6365c9ca674687bc9520f89bf3ba7c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 11:51:43 2025 -0500 Remove redundant entry --- src/conf/checkstyle/checkstyle.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/conf/checkstyle/checkstyle.xml b/src/conf/checkstyle/checkstyle.xml index 315f52c6..0f35dd52 100644 --- a/src/conf/checkstyle/checkstyle.xml +++ b/src/conf/checkstyle/checkstyle.xml @@ -105,6 +105,5 @@ <module name="UpperEll" /> <module name="WhitespaceAfter"/> <module name="WhitespaceAround"/> - <module name="WhitespaceAroundCheck"/> </module> </module>