Align Checkstyle rules with Spotless #194
@@ -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"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user