Quality Analysis Tool for Android
Inspired by Qulice
Quanta aggregates multiple quality checks in one gradle plugin.
Included tools:
Add plugin to your buildscript
// root build.gradle
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.g4s8
0.1.1'
}
}
// app build.gradle
apply plugin: 'com.g4s8.quanta'
Run ./gradlew check
check
task will trigger all analyzer tasks: checkstyle
, pmd
, lint
, findbugs