|
@@ -67,6 +67,10 @@
|
|
|
<!--<module name="FileLength">-->
|
|
|
<module name="FileTabCharacter"/>
|
|
|
|
|
|
+ <!-- Checks for line length violations. -->
|
|
|
+ <!-- See https://checkstyle.sourceforge.io/config_sizes.html#LineLength -->
|
|
|
+ <module name="LineLength"/>
|
|
|
+
|
|
|
<module name="TreeWalker">
|
|
|
|
|
|
<module name="SuppressWarningsHolder"/>
|
|
@@ -122,7 +126,6 @@
|
|
|
|
|
|
<!-- Checks for Size Violations. -->
|
|
|
<!-- See http://checkstyle.sf.net/config_sizes.html -->
|
|
|
- <module name="LineLength"/>
|
|
|
<module name="MethodLength"/>
|
|
|
<module name="ParameterNumber">
|
|
|
<property name="ignoreOverriddenMethods" value="true"/>
|