Skip to content

Commit 71be520

Browse files
ignore
1 parent 423200b commit 71be520

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/nohttp/checkstyle.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
<!-- Imports -->
1818
<module name="AvoidStarImport"/>
1919
<module name="RedundantImport"/>
20-
<!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
21-
<!-- <module name="UnusedLocalVariable"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
20+
<!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
21+
<!-- <module name="UnusedImports"/>-->
22+
<!-- <module name="UnusedLocalVariable"/>-->
23+
<!-- <module name="VariableDeclarationUsageDistance"/>-->
2224
</module>
2325
</module>

0 commit comments

Comments
 (0)