|
@@ -69,7 +69,9 @@
|
|
|
|
|
|
<!-- Checks for line length violations. -->
|
|
<!-- Checks for line length violations. -->
|
|
<!-- See https://checkstyle.sourceforge.io/config_sizes.html#LineLength -->
|
|
<!-- See https://checkstyle.sourceforge.io/config_sizes.html#LineLength -->
|
|
- <module name="LineLength"/>
|
|
|
|
|
|
+ <module name="LineLength">
|
|
|
|
+ <property name="max" value="100"/>
|
|
|
|
+ </module>
|
|
|
|
|
|
<module name="TreeWalker">
|
|
<module name="TreeWalker">
|
|
|
|
|