Add: Increase allowed MethodLength to 60

This commit is contained in:
Lars Simon Winzer
2026-03-14 17:53:19 +01:00
parent d01bbdec7b
commit 8415e3f155
+1 -1
View File
@@ -93,7 +93,7 @@
<!-- Restrict length of method name -->
<!-- https://checkstyle.sourceforge.io/checks/sizes/methodlength.html -->
<module name="MethodLength">
<property name="max" value="40"/>
<property name="max" value="60"/>
<property name="countEmpty" value="false"/>
</module>