项目作者: g4s8

项目描述 :
Quality Analysis Tool for Android
高级语言: Groovy
项目地址: git://github.com/g4s8/Quanta.git
创建时间: 2017-02-12T10:34:28Z
项目社区:https://github.com/g4s8/Quanta

开源协议:MIT License

下载


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

    1. // root build.gradle
    2. buildscript {
    3. repositories {
    4. jcenter()
    5. }
    6. dependencies {
    7. classpath 'com.g4s8:quanta:0.1.1'
    8. }
    9. }
    1. // app build.gradle
    2. apply plugin: 'com.g4s8.quanta'
  2. Run ./gradlew check
    check task will trigger all analyzer tasks: checkstyle, pmd, lint, findbugs

Credits: