Skip to content

Commit e3f9f9d

Browse files
committed
Increased MethodLength to 65 lines (to avoid merging backward-incompatible changes from master)
1 parent 0e65003 commit e3f9f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supplement/codequality/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<property name="max" value="120"/>
7272
</module>
7373
<module name="MethodLength">
74-
<property name="max" value="60"/>
74+
<property name="max" value="65"/>
7575
</module>
7676
<module name="ParameterNumber">
7777
<property name="max" value="5"/>

0 commit comments

Comments
 (0)