Skip to content

Commit 07df935

Browse files
authored
Update checkstyle.xml
1 parent 0949c8e commit 07df935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lodash-plugin/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<module name="FileLength">
2121
<property name="fileExtensions" value="java"/>
2222
<property name="severity" value="warning"/>
23-
<property name="max" value="2800"/>
23+
<property name="max" value="2900"/>
2424
</module>
2525
<module name="RegexpSingleline">
2626
<property name="format" value="\s+$"/>

0 commit comments

Comments
 (0)