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