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

commit 26f891995327d87578ae952ac214cc9288180f8e
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Nov 19 09:06:15 2023 -0500

    Let Checkstyle use longer lines
---
 checkstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checkstyle.xml b/checkstyle.xml
index d810886..b25fc66 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -57,7 +57,7 @@ limitations under the License.
   </module>
 
   <module name="LineLength">
-    <property name="max" value="120"/>
+    <property name="max" value="160"/>
   </module>
 
   <module name="TreeWalker">

Reply via email to