Skip to content

Commit 3ceb7b0

Browse files
committed
[-] Remove "AvoidStarImport" check - conflicts with IDEA
1 parent 7838be2 commit 3ceb7b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<property name="allowByTailComment" value="true"/>
5454
<property name="allowNonPrintableEscapes" value="true"/>
5555
</module>
56-
<module name="AvoidStarImport"/>
56+
<!-- <module name="AvoidStarImport"/>-->
5757
<module name="OneTopLevelClass"/>
5858
<module name="NoLineWrap">
5959
<property name="tokens" value="PACKAGE_DEF, IMPORT, STATIC_IMPORT"/>

0 commit comments

Comments
 (0)