All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nrudenko.gradle.cq.findbugs.exclude.xml Maven / Gradle / Ivy

Go to download

A Gradle plugin which added tasks for checking java code quality for android projects

There is a newer version: 0.1.7
Show newest version
<FindBugsFilter>
    <Match>
        <Or>
            <Class name="~*.R.*" />
        </Or>
        <Bug category="PERFORMANCE,MALICIOUS_CODE,STYLE,SECURITY,CORRECTNESS,MT_CORRECTNESS,BAD_PRACTICE,I18N" />
    </Match>
</FindBugsFilter>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy