walkmod-git-plugin

Walkmod plugin to apply walkmod only into your last git changes

License

License

Categories

Categories

Git Development Tools Version Controls
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

walkmod-git-plugin
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

walkmod-git-plugin
Walkmod plugin to apply walkmod only into your last git changes
Project URL

Project URL

https://github.com/walkmod/walkmod-pmd-plugin
Source Code Management

Source Code Management

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

Download walkmod-git-plugin

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.1.0
1.0.0