Gradle Android CodeQuality Plugin

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

Лицензия

Лицензия

Категории

Категории

Gradle Компиляция и сборка
Группа

Группа

com.github.nrudenko
Идентификатор

Идентификатор

gradle-android-cq-plugin
Последняя версия

Последняя версия

0.1.7
Дата

Дата

Тип

Тип

jar
Описание

Описание

Gradle Android CodeQuality Plugin
A Gradle plugin which added tasks for checking java code quality for android projects
Ссылка на сайт

Ссылка на сайт

https://github.com/nrudenko/gradle-android-cq-plugin
Система контроля версий

Система контроля версий

https://github.com/nrudenko/gradle-android-cq-plugin

Скачать gradle-android-cq-plugin

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/ -->
<dependency>
    <groupId>com.github.nrudenko</groupId>
    <artifactId>gradle-android-cq-plugin</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation 'com.github.nrudenko:gradle-android-cq-plugin:0.1.7'
// https://jarcasting.com/artifacts/com.github.nrudenko/gradle-android-cq-plugin/
implementation ("com.github.nrudenko:gradle-android-cq-plugin:0.1.7")
'com.github.nrudenko:gradle-android-cq-plugin:jar:0.1.7'
<dependency org="com.github.nrudenko" name="gradle-android-cq-plugin" rev="0.1.7">
  <artifact name="gradle-android-cq-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nrudenko', module='gradle-android-cq-plugin', version='0.1.7')
)
libraryDependencies += "com.github.nrudenko" % "gradle-android-cq-plugin" % "0.1.7"
[com.github.nrudenko/gradle-android-cq-plugin "0.1.7"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

THANKS FOR GREAT WORK!!!

https://github.com/sethrylan/rosette.git

gradle-android-cq-plugin

Gradle plugin for running tasks PMD, CPD, Findbugs, Checkstyle with android project

findbugs, pmd, cpd, checkstyle

Usage:

Add the plugin to your buildscript's dependencies section:

classpath 'com.github.nrudenko:gradle-android-cq-plugin:0.1+'

Apply the android-cq plugin:

apply plugin: 'android-cq'

Run: ./gradlew clean findbugs pmd cpd checkstyle

results will be placed in build/reports dir

Config:

For configs tasks use folder cq-config which will be created in project root dir after first tasks runing. In cq-config will be placed main configs(like ruleset, exclude etc.) and xsl files. For customizing tasks just replace appropriate config in task's folder.

Версии библиотеки

Версия
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0