Skip to content

Commit 109565c

Browse files
committed
checkstyle.xml: stricter "tokens" property for RightCurlyAlone
1 parent 48498ea commit 109565c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<module name="RightCurly">
8989
<property name="id" value="RightCurlyAlone"/>
9090
<property name="option" value="alone"/>
91-
<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"/>
91+
<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, LITERAL_CATCH"/>
9292
</module>
9393
<module name="SuppressionXpathSingleFilter">
9494
<!-- suppression is required till https://github.com/checkstyle/checkstyle/issues/7541 -->

0 commit comments

Comments
 (0)