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 d37192a613
commit 92158cf84b
1 changed files with 3 additions and 1 deletions

View File

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