We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423200b commit 71be520Copy full SHA for 71be520
src/nohttp/checkstyle.xml
@@ -17,7 +17,9 @@
17
<!-- Imports -->
18
<module name="AvoidStarImport"/>
19
<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 -->
+ <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
+ <!-- <module name="UnusedImports"/>-->
22
+ <!-- <module name="UnusedLocalVariable"/>-->
23
+ <!-- <module name="VariableDeclarationUsageDistance"/>-->
24
</module>
25
0 commit comments