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

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


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

commit cd1380e3b62b26f95e4d31ff9d26a241916e5763
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