Skip to content

Commit d7ea99f

Browse files
author
Quintin Willison
committed
Add checkstyle rule to enforce no unused imports.
1 parent b0a48c9 commit d7ea99f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010

1111
<module name="TreeWalker">
1212
<module name="RedundantModifier"/>
13+
<module name="UnusedImports"/>
1314
</module>
1415
</module>

0 commit comments

Comments
 (0)