Skip to content

Commit

Permalink
checkstyle: add Indentation and Parenpad checks
Browse files Browse the repository at this point in the history
More strict rules around indentation and parenpad

Signed-off-by: Jasper Berton <jasper.berton@team.blue>
  • Loading branch information
JasperB-TeamBlue authored and dupondje committed Dec 31, 2024
1 parent ac3f218 commit f094a8e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
<property name="separated" value="true"/>
</module>
<module name="IllegalInstantiation"/>
<module name="Indentation"/>
<module name="LeftCurly"/>
<module name="MethodName" />
<module name="MissingOverride" />
Expand All @@ -64,6 +65,7 @@
<module name="OneStatementPerLine"/>
<module name="OneTopLevelClass" />
<module name="PackageDeclaration"/>
<module name="ParenPad"/>
<module name="RedundantImport"/>
<module name="RightCurly" />
<module name="SimplifyBooleanExpression"/>
Expand Down

0 comments on commit f094a8e

Please sign in to comment.