We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec02041 commit 045ac04Copy full SHA for 045ac04
1 file changed
supplement/codequality/checkstyle.xml
@@ -99,6 +99,7 @@
99
<!-- http://checkstyle.sf.net/config_blocks.html -->
100
<module name="EmptyBlock">
101
<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"/>
103
</module>
104
<module name="LeftCurly"/>
105
<module name="NeedBraces"/>
0 commit comments