Skip to content

Commit 194065d

Browse files
committed
Add Checkstyle AvoidStarImport
1 parent 2ac36f6 commit 194065d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/conf/checkstyle.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ limitations under the License.
5353
<property name="severity" value="warning" />
5454
</module>
5555
<module name="TreeWalker">
56+
<module name="AvoidStarImport" />
5657
<module name="ExplicitInitializationCheck" />
5758
<module name="ImportOrder">
5859
<property name="option" value="top"/>

0 commit comments

Comments
 (0)