Skip to content

Commit ed592ce

Browse files
VariableDeclarationUsageDistance
1 parent a9e09bf commit ed592ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/checkstyle/checkstyle.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
<module name="UnusedLocalVariable"/>
253253
<module name="EmptyStatement"/>
254254
<!-- <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 -->
255+
<!-- <module name="VariableDeclarationUsageDistance"/>-->
256+
<!-- wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
256257
</module>
257258
</module>

0 commit comments

Comments
 (0)