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>

View file

@ -5,11 +5,4 @@
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files="brouter-codec/.*" checks=".*"/>
<suppress files="brouter-core/.*" checks=".*"/>
<suppress files="brouter-expressions/.*" checks=".*"/>
<suppress files="brouter-map-creator/.*" checks=".*"/>
<suppress files="brouter-mapaccess/.*" checks=".*"/>
<suppress files="brouter-server/.*" checks=".*"/>
<suppress files="brouter-util/.*" checks=".*"/>
</suppressions>