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-net.git
commit 77075827413bd21bc75fb3491ae85b3d7204b965 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Feb 28 19:01:52 2025 -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 718f0675..65159ef8 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -106,6 +106,7 @@ limitations under the License. <module name="TypecastParenPad" /> <module name="UnnecessaryParentheses" /> <module name="UnusedImports" /> + <module name="UpperEll" /> <module name="WhitespaceAfter" /> <module name="WhitespaceAround" /> </module>