HADOOP-17813. Checkstyle - Allow line length: 100

Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 98412ce2e1)
This commit is contained in:
Viraj Jasani 2021-07-22 18:42:55 +05:30 committed by Sean Busbey
parent 34acf9d4c8
commit 5e65126e38
1 changed files with 1 additions and 0 deletions

View File

@ -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"/>