Skip to content

Commit ca4b84b

Browse files
committed
Update MethodLength
1 parent 2b5fc2d commit ca4b84b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main/resources/checkstyle-config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,10 @@
145145

146146
<!-- Checks for Size Violations. -->
147147
<!-- See https://checkstyle.org/checks/sizes/index.html -->
148-
<module name="MethodLength"/>
148+
<module name="MethodLength">
149+
<property name="max" value="250"/>
150+
<property name="countEmpty" value="false"/>
151+
</module>
149152
<module name="ParameterNumber">
150153
<property name="max" value="8"/>
151154
</module>

0 commit comments

Comments
 (0)