Skip to content

Commit 8cebad3

Browse files
committed
build(checkstyle): AvoidStarImport
1 parent 10f3d1b commit 8cebad3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gradle/config/checkstyle/checkstyle.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@
137137
<!--<module name="RegexpHeader"/>-->
138138

139139
<!-- Imports (http://checkstyle.sourceforge.net/config_imports.html) -->
140-
<!--<module name="AvoidStarImport"/>-->
140+
<module name="AvoidStarImport">
141+
<property name="allowStaticMemberImports" value="true"/>
142+
</module>
141143
<!--<module name="AvoidStaticImport"/>-->
142144
<!--<module name="CustomImportOrder"/>-->
143145
<module name="IllegalImport"/>

0 commit comments

Comments
 (0)