Skip to content

Commit 1feff10

Browse files
committed
checkstyle.xml: stricter properties for the RightCurlyAlone module
1 parent a0854d3 commit 1feff10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<module name="RightCurly">
7777
<property name="id" value="RightCurlyAlone"/>
7878
<property name="option" value="alone"/>
79-
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH, LITERAL_CASE"/>
79+
<property name="tokens" value="CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF, LITERAL_SWITCH, LITERAL_CASE, LITERAL_FINALLY"/>
8080
</module>
8181
<module name="SuppressionXpathSingleFilter">
8282
<!-- suppression is required till https://github.com/checkstyle/checkstyle/issues/7541 -->

0 commit comments

Comments
 (0)