com.github.nrudenko.gradle.cq.findbugs.exclude.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-android-cq-plugin Show documentation
Show all versions of gradle-android-cq-plugin Show documentation
A Gradle plugin which added tasks for checking java code quality for android projects
<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