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