Skip to content

Commit a133cdc

Browse files
committed
adjust checkstyle [ci skip]
inline conditionals are fine in some cases. more compact and less verbose.
1 parent 35ddeb1 commit a133cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
<!-- Checks for common coding problems -->
130130
<!-- See http://checkstyle.sf.net/config_coding.html -->
131-
<module name="AvoidInlineConditionals"/>
131+
<!-- <module name="AvoidInlineConditionals"/> -->
132132
<module name="EmptyStatement"/>
133133
<module name="EqualsHashCode"/>
134134
<!-- <module name="HiddenField"/> -->

0 commit comments

Comments
 (0)