Skip to content

Commit 8200470

Browse files
author
Quintin Willison
committed
Add checkstyle rule to enforce no wildcard imports.
1 parent 79e45bb commit 8200470

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
@@ -11,5 +11,6 @@
1111
<module name="TreeWalker">
1212
<module name="RedundantModifier"/>
1313
<module name="UnusedImports"/>
14+
<module name="AvoidStarImport"/>
1415
</module>
1516
</module>

0 commit comments

Comments
 (0)