Chore/conform ui to checkstyle #184

Merged
jona.walpert merged 5 commits from chore/conform-ui-to-checkstyle into main 2026-03-14 18:21:28 +01:00
Showing only changes of commit d242aeef7c - Show all commits
+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>