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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user