You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by bu...@apache.org on 2021/07/22 20:30:53 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17813. Checkstyle - Allow line length: 100

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

busbey pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 1b1b3ce  HADOOP-17813. Checkstyle - Allow line length: 100
1b1b3ce is described below

commit 1b1b3ceddcf5b4bce7702778c81d10505d23f608
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Thu Jul 22 18:42:55 2021 +0530

    HADOOP-17813. Checkstyle - Allow line length: 100
    
    Signed-off-by: Sean Busbey <bu...@apache.org>
    (cherry picked from commit 98412ce2e1453308655d4f43e7f8c922960e6955)
---
 hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
index 96e2849..753735e 100644
--- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
+++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
@@ -69,7 +69,9 @@
 
     <!-- Checks for line length violations.                                 -->
     <!-- See https://checkstyle.sourceforge.io/config_sizes.html#LineLength -->
-    <module name="LineLength"/>
+    <module name="LineLength">
+        <property name="max" value="100"/>
+    </module>
 
     <module name="TreeWalker">
 

---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org