We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320bdef commit fe8dddcCopy full SHA for fe8dddc
config/checkstyle/checkstyle.xml
@@ -64,7 +64,7 @@
64
<!-- Checks for Size Violations. -->
65
<!-- See https://checkstyle.sourceforge.io/config_sizes.html -->
66
<module name="FileLength">
67
- <property name="max" value="1615"/>
+ <property name="max" value="1000"/>
68
</module>
69
70
<module name="LineLength">
@@ -272,7 +272,7 @@
272
<!-- <module name="TodoComment"/> -->
273
<module name="UpperEll"/>
274
275
- <!-- Checks for metrics. -->
+ <!-- Checks for metrics. -->
276
<!-- See https://checkstyle.sourceforge.io/checks/metrics/index.html -->
277
<!-- <module name="CyclomaticComplexity"/>-->
278
0 commit comments