Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryancurrah/checkstyle-merger
Merge multiple checkstyle files together into a single report.
https://github.com/ryancurrah/checkstyle-merger
checkstyle ci cli merge tool tools xml
Last synced: 26 days ago
JSON representation
Merge multiple checkstyle files together into a single report.
- Host: GitHub
- URL: https://github.com/ryancurrah/checkstyle-merger
- Owner: ryancurrah
- License: mit
- Created: 2020-04-20T19:47:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T19:58:57.000Z (over 4 years ago)
- Last Synced: 2024-10-20T21:46:22.975Z (2 months ago)
- Topics: checkstyle, ci, cli, merge, tool, tools, xml
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# checkstyle-merger
Merge multiple checkstyle files together into a single report.
## Install
Download from the releases page
## Usage
```
checkstyle-merger -o new-checkstyle.xml some-checkstyle.xml someother-checkstyle.xml
Merged 2 reports to new-checkstyle.xml
```## License
**MIT**