Fix: Allow longer method length in ServerApp
This commit is contained in:
@@ -21,4 +21,7 @@
|
||||
|
||||
<!-- Allow for compacter line seperators -->
|
||||
<suppress checks="EmptyLineSeparator" files=".*Test\.java"/>
|
||||
|
||||
<!-- Allow longer method length in composition root -->
|
||||
<suppress checks="MethodLength" files="ServerApp.java"/>
|
||||
</suppressions>
|
||||
|
||||
Reference in New Issue
Block a user