walkmod-git-plugin

Walkmod plugin to apply walkmod only into your last git changes

Лицензия

Лицензия

Категории

Категории

Git Инструменты разработки Контроль версий
Группа

Группа

org.walkmod
Идентификатор

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

walkmod-git-plugin
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

walkmod-git-plugin
Walkmod plugin to apply walkmod only into your last git changes
Ссылка на сайт

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

https://github.com/walkmod/walkmod-pmd-plugin
Система контроля версий

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

https://github.com/walkmod/walkmod-git-plugin

Скачать walkmod-git-plugin

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
org.walkmod : walkmod-core jar [2.0.0,3.0.0)
org.eclipse.jgit : org.eclipse.jgit jar 4.2.0.201601211800-r
org.walkmod : javalang jar [3.1.0, 5.0.0)

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

walkmod-git-plugin

This is a walkmod plugin to execute walkmod incrementally - only for the unstashed files or for the last commit (when there are not unstashed files). The repository needs to be a git repository. The filtering level is per file, not per node region.

Usage (Only Walkmod >= 2.2.0)

Just type:

walkmod set-reader git:reader

and then, to see the results after:

walkmod apply

Contributing

If you want to hack on this, fork it, improve it and send me a pull request.

To get started using it, just clone it and call mvn install.

org.walkmod

walkmod

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

Версия
1.1.0
1.0.0