We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75fb6d commit 2b5fc2dCopy full SHA for 2b5fc2d
src/main/resources/checkstyle-config.xml
@@ -75,7 +75,9 @@
75
76
<!-- Checks for Size Violations. -->
77
<!-- See https://checkstyle.org/checks/sizes/index.html -->
78
- <module name="FileLength"/>
+ <module name="FileLength">
79
+ <property name="max" value="5000"/>
80
+ </module>
81
<module name="LineLength">
82
<property name="fileExtensions" value="java"/>
83
<property name="max" value="120"/>
0 commit comments