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 7842977 commit 423200bCopy full SHA for 423200b
src/nohttp/checkstyle.xml
@@ -16,8 +16,8 @@
16
<module name="TreeWalker">
17
<!-- Imports -->
18
<module name="AvoidStarImport"/>
19
- <!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
20
<module name="RedundantImport"/>
21
- <module name="UnusedLocalVariable"/>
+ <!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
+ <!-- <module name="UnusedLocalVariable"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
22
</module>
23
0 commit comments