Skip to content

Commit 045ac04

Browse files
committed
Updated checkstyle.xml (turned off EmptyBlock for FOR_LITERAL)
1 parent ec02041 commit 045ac04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supplement/codequality/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@
9999
<!-- http://checkstyle.sf.net/config_blocks.html -->
100100
<module name="EmptyBlock">
101101
<property name="option" value="text"/>
102+
<property name="tokens" value="LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_IF, LITERAL_TRY, LITERAL_WHILE, INSTANCE_INIT, STATIC_INIT, LITERAL_SWITCH, LITERAL_SYNCHRONIZED"/>
102103
</module>
103104
<module name="LeftCurly"/>
104105
<module name="NeedBraces"/>

0 commit comments

Comments
 (0)