Skip to content

Commit 7842977

Browse files
add UnusedLocalVariable"
1 parent 8b5c797 commit 7842977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/nohttp/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
<module name="AvoidStarImport"/>
1919
<!-- <module name="UnusedImports"/>--> <!-- samples need some flexibility https://github.com/spring-projects/spring-framework/pull/34477 -->
2020
<module name="RedundantImport"/>
21+
<module name="UnusedLocalVariable"/>
2122
</module>
2223
</module>

0 commit comments

Comments
 (0)