HADOOP-17813. Checkstyle - Allow line length: 100
Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 98412ce2e1453308655d4f43e7f8c922960e6955)
This commit is contained in:
parent
cfe36ba762
commit
1b1b3ceddc
@ -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">
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user