https://github.com/walkmod/walkmod-git-plugin
Walkmod plugin to only apply conventions into an specific commit or unstashed files
https://github.com/walkmod/walkmod-git-plugin
Last synced: 5 months ago
JSON representation
Walkmod plugin to only apply conventions into an specific commit or unstashed files
- Host: GitHub
- URL: https://github.com/walkmod/walkmod-git-plugin
- Owner: walkmod
- Created: 2016-01-31T12:45:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-14T19:55:20.000Z (over 10 years ago)
- Last Synced: 2024-04-16T20:18:48.178Z (about 2 years ago)
- Language: Java
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
Awesome Lists containing this project
README
walkmod-git-plugin
==================
Raquel Pau
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.