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

commit 1930cb0a1aac4b79a935eb5d3f62d368deae9ec9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Oct 9 09:25:08 2023 -0400

    Bump Checkstyle LineLength
---
 src/conf/checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml
index cd797fd..30ed20b 100644
--- a/src/conf/checkstyle.xml
+++ b/src/conf/checkstyle.xml
@@ -95,7 +95,7 @@
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->
         <module name="LineLength">
-            <property name="max" value="120"/>
+            <property name="max" value="160"/>
         </module>
         <module name="MethodLength"/>
         <module name="ParameterNumber"/>

Reply via email to