Skip to content

Commit fe8dddc

Browse files
committed
Tighten max file length in checkstyle
1 parent 320bdef commit fe8dddc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<!-- Checks for Size Violations. -->
6565
<!-- See https://checkstyle.sourceforge.io/config_sizes.html -->
6666
<module name="FileLength">
67-
<property name="max" value="1615"/>
67+
<property name="max" value="1000"/>
6868
</module>
6969

7070
<module name="LineLength">
@@ -272,7 +272,7 @@
272272
<!-- <module name="TodoComment"/> -->
273273
<module name="UpperEll"/>
274274

275-
<!-- Checks for metrics. -->
275+
<!-- Checks for metrics. -->
276276
<!-- See https://checkstyle.sourceforge.io/checks/metrics/index.html -->
277277
<!-- <module name="CyclomaticComplexity"/>-->
278278

0 commit comments

Comments
 (0)