Merge branch 'feat/98-checkstyle-methodlength-in-serverapp' into 'main'

Allow longer method length in ServerApp

Closes #98

See merge request cs108-fs26/Gruppe-13!101
This commit was merged in pull request #257.
This commit is contained in:
Lars Simon Winzer
2026-04-11 18:49:31 +02:00
+3
View File
@@ -21,4 +21,7 @@
<!-- Allow for compacter line seperators --> <!-- Allow for compacter line seperators -->
<suppress checks="EmptyLineSeparator" files=".*Test\.java"/> <suppress checks="EmptyLineSeparator" files=".*Test\.java"/>
<!-- Allow longer method length in composition root -->
<suppress checks="MethodLength" files="ServerApp.java"/>
</suppressions> </suppressions>