We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f3d1b commit 8cebad3Copy full SHA for 8cebad3
gradle/config/checkstyle/checkstyle.xml
@@ -137,7 +137,9 @@
137
<!--<module name="RegexpHeader"/>-->
138
139
<!-- Imports (http://checkstyle.sourceforge.net/config_imports.html) -->
140
- <!--<module name="AvoidStarImport"/>-->
+ <module name="AvoidStarImport">
141
+ <property name="allowStaticMemberImports" value="true"/>
142
+ </module>
143
<!--<module name="AvoidStaticImport"/>-->
144
<!--<module name="CustomImportOrder"/>-->
145
<module name="IllegalImport"/>
0 commit comments