HADOOP-13603. Ignore package line length checkstyle rule. Contributed by Shane Kumpf.
(cherry picked from commit5b577f43a2
) (cherry picked from commitf0d4d7a178
)
This commit is contained in:
parent
61128c50de
commit
689bbade9a
|
@ -115,7 +115,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"/>
|
||||
|
|
Loading…
Reference in New Issue