Signed-off-by: Sean Busbey <busbey@apache.org> (cherry picked from commit 98412ce2e1453308655d4f43e7f8c922960e6955)
@@ -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">