There was an error while loading. Please reload this page.
1 parent 8e9182d commit ae1b427Copy full SHA for ae1b427
1 file changed
.config/checkstyle/checkstyle.xml
@@ -146,7 +146,8 @@
146
<module name="UnnecessarySemicolonInTryWithResources"/>
147
<module name="UnusedImports"/>
148
<module name="UnusedLocalVariable"/>
149
- <module name="UnusedTryResourceShouldBeUnnamed"/>
+ <!-- Disabled by default; should be enabled on Java 25+ -->
150
+ <!-- <module name="UnusedTryResourceShouldBeUnnamed"/> -->
151
<module name="UpperEll"/>
152
<module name="VisibilityModifier">
153
<property name="packageAllowed" value="true"/>
0 commit comments