Skip to content

Commit 42677ea

Browse files
committed
Add new checkstyle rule
1 parent 83cf6d2 commit 42677ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<module name="UnnecessarySemicolonInTryWithResources"/>
147147
<module name="UnusedImports"/>
148148
<module name="UnusedLocalVariable"/>
149+
<module name="UnusedTryResourceShouldBeUnnamed"/>
149150
<module name="UpperEll"/>
150151
<module name="VisibilityModifier">
151152
<property name="packageAllowed" value="true"/>

0 commit comments

Comments
 (0)