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:59:28 UTC

[hadoop] branch branch-2.10 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-2.10
in repository https://gitbox.apache.org/repos/asf/hadoop.git


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

commit 5e65126e38a21745191df714e0c121d3a5e3b7cb
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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
index 14bf037..5445b5d 100644
--- a/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
+++ b/hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
@@ -124,6 +124,7 @@
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->
         <module name="LineLength">
+          <property name="max" value="100"/>
           <property name="ignorePattern" value="^(package|import) .*"/>
         </module>
         <module name="MethodLength"/>

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