merges checkstyle format to gitlab codeclimate supported format.
Clone repository and run composer install
- run
php code-climate-merger {/path/to/desired/target-file} --checkstyle {/path/to/checkstyle} --checkstyle {/path/to/checkstyle}
This command will:
- Will merge two checkstyle reports and generate gitlab codeclimate report to specified file.
- Command accepts at least one file to be generated to aforementioned report.