This is an automated email from the ASF dual-hosted git repository.

sammichen pushed a commit to branch HDDS-7593
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/HDDS-7593 by this push:
     new 1173460c00 HDDS-3583. Loosen some rule restrictions of checkstyle 
(#921)
1173460c00 is described below

commit 1173460c0040c15ea4f1dfad2daef141c3307154
Author: maobaolong <[email protected]>
AuthorDate: Mon Dec 11 02:04:47 2023 +0800

    HDDS-3583. Loosen some rule restrictions of checkstyle (#921)
---
 hadoop-hdds/dev-support/checkstyle/checkstyle.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-hdds/dev-support/checkstyle/checkstyle.xml 
b/hadoop-hdds/dev-support/checkstyle/checkstyle.xml
index 41e69632bf..baa9fa4e67 100644
--- a/hadoop-hdds/dev-support/checkstyle/checkstyle.xml
+++ b/hadoop-hdds/dev-support/checkstyle/checkstyle.xml
@@ -73,6 +73,8 @@
 
     <module name="LineLength">
         <property name="fileExtensions" value="java"/>
+        <property name="max" value="120"/>
+        <property name="ignorePattern" value="^package.*|^import.*|a 
href|href|http://|https://|ftp://"/>
     </module>
     <module name="TreeWalker">
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to