Adapt checkstyle rules and disable suppressions

This commit is contained in:
Manuel Fuhr 2022-07-11 07:02:28 +02:00
parent adc14df33a
commit 4e0dcbd0bf
2 changed files with 3 additions and 7 deletions

View file

@ -13,6 +13,9 @@
<module name="TreeWalker">
<module name="Indentation">
<property name="basicOffset" value="2"/>
<property name="caseIndent" value="2"/>
<property name="throwsIndent" value="2"/>
<property name="lineWrappingIndentation" value="2"/>
</module>
</module>
</module>