Remove AvoidStarImport

This commit is contained in:
a.romanov 2021-03-10 15:17:10 +03:00 committed by Alexander Romanov
parent f3803776ca
commit 20871f6696

View File

@ -61,7 +61,7 @@
<property name="allowByTailComment" value="true"/>
<property name="allowNonPrintableEscapes" value="true"/>
</module>
<module name="AvoidStarImport"/>
<!-- Removed AvoidStarImport cause feel no need in it -->
<module name="OneTopLevelClass"/>
<module name="NoLineWrap">
<property name="tokens" value="PACKAGE_DEF, IMPORT, STATIC_IMPORT"/>