File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
buildSrc/config/checkstyle Expand file tree Collapse file tree 2 files changed +2
-3
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
+ <module name =" EmptyStatement" />
24
24
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
25
25
<module name =" VariableDeclarationUsageDistance" />
26
26
</module >
Original file line number Diff line number Diff line change 55
55
</module >
56
56
<!-- Coding -->
57
57
<module name =" com.puppycrawl.tools.checkstyle.checks.coding.CovariantEqualsCheck" />
58
- <module name =" com.puppycrawl.tools.checkstyle.checks.coding.EmptyStatementCheck" />
59
58
<module name =" com.puppycrawl.tools.checkstyle.checks.coding.EqualsHashCodeCheck" />
60
59
<module name =" com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanExpressionCheck" />
61
60
<module name =" com.puppycrawl.tools.checkstyle.checks.coding.SimplifyBooleanReturnCheck" />
251
250
<module name =" io.spring.javaformat.checkstyle.check.SpringJUnit5Check" />
252
251
<!-- Best Practice -->
253
252
<module name =" UnusedLocalVariable" />
254
- <!-- < module name="EmptyStatement"/> -- >
253
+ <module name =" EmptyStatement" />
255
254
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
256
255
<!-- <module name="VariableDeclarationUsageDistance"/> 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