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 284eed909be511ac517e5cde5d02ac0ab345369b
Author: Gary D. Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Dec 28 07:57:35 2024 -0500

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

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index 10f81d78..04c5f74e 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -75,6 +75,7 @@ limitations under the License.
     <module name="RedundantModifier" />
     <module name="RightCurly" />
     <module name="UnusedImports" />
+    <module name="UpperEll" />
     <module name="WhitespaceAfter" />
     <module name="WhitespaceAround" />
   </module>

Reply via email to