An open API service indexing awesome lists of open source software.

https://github.com/paysera/util-code-climate-merger


https://github.com/paysera/util-code-climate-merger

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# util-code-climate-merger [![Build Status](https://travis-ci.org/paysera/util-code-climate-merger.svg?branch=master)](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.