/Quanta

Quality Analysis Tool for Android

Primary LanguageGroovyMIT LicenseMIT

Quanta

Build Status License Bintray

«Quality Analysis Tool for Android»

Inspired by Qulice

Quanta aggregates multiple quality checks in one gradle plugin.

Included tools:

  • Checkstyle
  • PMD
  • Android lint
  • Findbugs

Setup

  1. Add plugin to your buildscript
// root build.gradle
buildscript {
  repositories {
      jcenter()
  }
  dependencies {
      classpath 'com.g4s8:quanta:0.1.1'
  }
}
// app build.gradle
apply plugin: 'com.g4s8.quanta'
  1. Run ./gradlew check check task will trigger all analyzer tasks: checkstyle, pmd, lint, findbugs

Credits: