Merge branch 'issue/1-increase-allowed-method-length' into 'main'
Increase allowed MethodLength checked by Checkstyle to 60 Closes #1 See merge request cs108-fs26/Gruppe-13!27
This commit was merged in pull request #183.
This commit is contained in:
@@ -93,7 +93,7 @@
|
|||||||
<!-- Restrict length of method name -->
|
<!-- Restrict length of method name -->
|
||||||
<!-- https://checkstyle.sourceforge.io/checks/sizes/methodlength.html -->
|
<!-- https://checkstyle.sourceforge.io/checks/sizes/methodlength.html -->
|
||||||
<module name="MethodLength">
|
<module name="MethodLength">
|
||||||
<property name="max" value="40"/>
|
<property name="max" value="60"/>
|
||||||
<property name="countEmpty" value="false"/>
|
<property name="countEmpty" value="false"/>
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user