Skip to content

Commit e59c700

Browse files
EmptyStatement
1 parent be7cc10 commit e59c700

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

buildSrc/config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<module name="com.puppycrawl.tools.checkstyle.checks.modifier.ModifierOrderCheck"/>
2121
<!-- Best Practice -->
2222
<module name="UnusedLocalVariable"/>
23+
<!-- <module name="EmptyStatement"/>-->
2324
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
2425
<module name="VariableDeclarationUsageDistance"/>
2526
</module>

src/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
<module name="io.spring.javaformat.checkstyle.check.SpringJUnit5Check"/>
252252
<!-- Best Practice -->
253253
<module name="UnusedLocalVariable"/>
254+
<!-- <module name="EmptyStatement"/>-->
254255
<!-- <module name="UnusedLocalMethod"/> wait for https://github.com/checkstyle/checkstyle/issues/16375 -->
255256
<!-- <module name="VariableDeclarationUsageDistance"/> wait for https://github.com/openrewrite/rewrite-static-analysis/issues/469 -->
256257
</module>

0 commit comments

Comments
 (0)