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 a9e09bf commit ed592ceCopy full SHA for ed592ce
src/checkstyle/checkstyle.xml
@@ -252,6 +252,7 @@
252
<module name="UnusedLocalVariable"/>
253
<module name="EmptyStatement"/>
254
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
255
- <!-- <module name="VariableDeclarationUsageDistance"/> wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
+ <!-- <module name="VariableDeclarationUsageDistance"/>-->
256
+ <!-- wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
257
</module>
258
0 commit comments