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 b39776a commit 8a5ab5fCopy full SHA for 8a5ab5f
string-plugin/checkstyle.xml
@@ -20,7 +20,7 @@
20
<module name="FileLength">
21
<property name="fileExtensions" value="java"/>
22
<property name="severity" value="warning"/>
23
- <property name="max" value="2100"/>
+ <property name="max" value="2600"/>
24
</module>
25
<module name="RegexpSingleline">
26
<property name="format" value="\s+$"/>
0 commit comments