We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6400fb9 commit 27a687dCopy full SHA for 27a687d
1 file changed
checkstyle.xml
@@ -215,7 +215,9 @@
215
216
<!-- Checks for blocks. You know, those {}'s -->
217
<!-- See http://checkstyle.sf.net/config_blocks.html -->
218
- <module name="AvoidNestedBlocks"/>
+ <module name="AvoidNestedBlocks">
219
+ <property name="allowInSwitchCase" value="true"/>
220
+ </module>
221
<module name="EmptyBlock">
222
<property name="option" value="text"/>
223
</module>
0 commit comments