Explorar o código

HADOOP-13603. Ignore package line length checkstyle rule. Contributed by Shane Kumpf.

Akira Ajisaka %!s(int64=8) %!d(string=hai) anos
pai
achega
5b577f43a2

+ 1 - 1
hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml

@@ -124,7 +124,7 @@
         <!-- Checks for Size Violations.                    -->
         <!-- See http://checkstyle.sf.net/config_sizes.html -->
         <module name="LineLength">
-          <property name="ignorePattern" value="^import"/>
+          <property name="ignorePattern" value="^(package|import) .*"/>
         </module>
         <module name="MethodLength"/>
         <module name="ParameterNumber"/>