We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c229cc1 commit eabd0ddCopy full SHA for eabd0dd
config/checkstyle/checkstyle.xml
@@ -30,7 +30,7 @@
30
<!-- Checks for size violations: -->
31
<!-- See https://checkstyle.org/checks/sizes -->
32
<module name="FileLength">
33
- <property name="max" value="1200"/>
+ <property name="max" value="1300"/>
34
</module>
35
<module name="LineLength">
36
<property name="fileExtensions" value="java"/>
0 commit comments