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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 563be3e0 Remove redundant entry
563be3e0 is described below

commit 563be3e0aff420404309d8c19ecb79b7b3c0b006
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 21 11:51:31 2025 -0500

    Remove redundant entry
---
 src/conf/checkstyle.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 4a351d6a..ee856525 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -126,7 +126,6 @@
     <module name="TypecastParenPad" />
     <module name="WhitespaceAfter" />
     <module name="WhitespaceAround" />
-    <module name="WhitespaceAroundCheck" />
     <module name="GenericWhitespace" />
     <!-- Modifier Checks -->
     <!-- See http://checkstyle.sf.net/config_modifiers.html -->

Reply via email to