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: 12 months 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T19:58:57.000Z (about 6 years ago)
- Last Synced: 2025-03-17T23:44:54.941Z (about 1 year 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**