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

commit 68b655b5d9fa0d281f8e2dd2ddc22d739baf673f
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 28 07:57:59 2024 -0500

    Add Checkstyle WhitespaceAroundCheck
---
 src/conf/checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 04c5f74e..61721eb9 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -78,6 +78,7 @@ limitations under the License.
     <module name="UpperEll" />
     <module name="WhitespaceAfter" />
     <module name="WhitespaceAround" />
+    <module name="WhitespaceAroundCheck" />
   </module>
   <module name="LineLength">
       <!-- Ignore lines that begin with " * ", such as within a Javadoc 
comment. -->

Reply via email to