https://github.com/paysera/util-code-climate-merger
https://github.com/paysera/util-code-climate-merger
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paysera/util-code-climate-merger
- Owner: paysera
- Created: 2019-04-18T14:34:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-02T15:19:51.000Z (almost 4 years ago)
- Last Synced: 2025-01-03T16:36:35.650Z (5 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 0
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# util-code-climate-merger [](https://travis-ci.org/paysera/util-code-climate-merger)
merges checkstyle format to gitlab codeclimate supported format.## installation
Clone repository and run `composer install`
## Merge
1. run `php code-climate-merger {/path/to/desired/target-file}
--checkstyle {/path/to/checkstyle}
--checkstyle {/path/to/checkstyle}`This command will:
1. Will merge two checkstyle reports and generate gitlab codeclimate report to specified file.
2. Command accepts at least one file to be generated to aforementioned report.