Skip to content

Commit

Permalink
adjust checkstyle [ci skip]
Browse files Browse the repository at this point in the history
inline conditionals are fine in some cases. more compact and less verbose.
  • Loading branch information
goekay committed Oct 27, 2024
1 parent 35ddeb1 commit a133cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@

<!-- Checks for common coding problems -->
<!-- See http://checkstyle.sf.net/config_coding.html -->
<module name="AvoidInlineConditionals"/>
<!-- <module name="AvoidInlineConditionals"/> -->
<module name="EmptyStatement"/>
<module name="EqualsHashCode"/>
<!-- <module name="HiddenField"/> -->
Expand Down

0 comments on commit a133cdc

Please sign in to comment.