Align Checkstyle rules with Spotless #194

Merged
lars.winzer merged 4 commits from issue/2-inconsistency-of-linting-between-checkstyle-and-spotless into main 2026-03-18 18:23:46 +01:00
Showing only changes of commit e1500845eb - Show all commits
-10
View File
@@ -42,16 +42,6 @@
"/> "/>
</module> </module>
<!-- Enforce indentation of four whitespaces -->
<!-- https://checkstyle.sourceforge.io/checks/misc/indentation.html -->
<module name="Indentation">
<property name="basicOffset" value="4"/>
<property name="caseIndent" value="4"/>
<property name="throwsIndent" value="4"/>
<property name="arrayInitIndent" value="4"/>
<property name="lineWrappingIndentation" value="8"/>
</module>
<!-- No wildcard imports (import x.*) --> <!-- No wildcard imports (import x.*) -->
<!-- https://checkstyle.sourceforge.io/checks/imports/avoidstarimport.html --> <!-- https://checkstyle.sourceforge.io/checks/imports/avoidstarimport.html -->
<module name="AvoidStarImport"/> <module name="AvoidStarImport"/>