File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
buildSrc/config/checkstyle Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change 21
21
<!-- Best Practice -->
22
22
<module name =" UnusedLocalVariable" />
23
23
<module name =" EmptyStatement" />
24
- <!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
25
24
<module name =" VariableDeclarationUsageDistance" />
26
25
</module >
27
26
</module >
Original file line number Diff line number Diff line change 251
251
<!-- Best Practice -->
252
252
<module name =" UnusedLocalVariable" />
253
253
<module name =" EmptyStatement" />
254
- <!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
255
254
<!-- <module name="VariableDeclarationUsageDistance"/>-->
256
255
<!-- wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
257
256
</module >
You can’t perform that action at this time.
0 commit comments