Checkstyle, Unable to create Root Module

This happened to me when I updated Android Gradle Plugin to 3.3.0

Please run this:

./gradlew checkstyle –stacktrace

Probably you will need to check your checkstyle.xml config file.

I needed to move those two tags:

 <module name="SuppressionCommentFilter"/>

        <!--Enable usage SUPPRESS CHECKSTYLE comment-->
        <module name="SuppressWithNearbyCommentFilter">
            <property name="commentFormat" value="CHECKSTYLE IGNORE"/>
            <property name="checkFormat" value=".*"/>
            <property name="influenceFormat" value="0"/>
        </module>

inside

<module name="TreeWalker"> 

tag

Also I needed to remove:

<module name="SuppressionCommentFilter"/>

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)