Skip to content

Commit f41259e

Browse files
committed
Check for unused imports with CheckStyle
* This also provides a fast way to check for unused imports with: $ jt checkstyle
1 parent ac1617a commit f41259e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/.checkstyle_checks.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
<property name="format" value="^[A-Z][_a-zA-Z0-9]*$"/>
3535
</module>
3636
<module name="RedundantImport"/>
37+
<module name="UnusedImports"/>
3738
<!--<module name="LineLength">-->
3839
<!--<property name="max" value="250"/>-->
3940
<!--</module>-->

0 commit comments

Comments
 (0)