Skip to content

Commit 4e441b3

Browse files
unused UnusedLocalMethod
1 parent ed592ce commit 4e441b3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

buildSrc/config/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<!-- Best Practice -->
2222
<module name="UnusedLocalVariable"/>
2323
<module name="EmptyStatement"/>
24-
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
2524
<module name="VariableDeclarationUsageDistance"/>
2625
</module>
2726
</module>

src/checkstyle/checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@
251251
<!-- Best Practice -->
252252
<module name="UnusedLocalVariable"/>
253253
<module name="EmptyStatement"/>
254-
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
255254
<!-- <module name="VariableDeclarationUsageDistance"/>-->
256255
<!-- wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
257256
</module>

0 commit comments

Comments
 (0)