mezuro / kolekti_cc_phpmd

Call CodeClimate CLI phpmd collector and properly parses its results
GNU Lesser General Public License v3.0
1 stars 1 forks source link

KolektiCCPHPMD

Code Climate

Generic parser for Analizo static code metrics collector.

Contributing

Please, have a look the wiki pages about development workflow and code standards:

Installation

Add this line to your application's Gemfile:

gem 'kolekti_cc_phpmd'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kolekti_cc_phpmd

Usage

Just register it into Kolekti with

require 'kolekti'
require 'kolekti_cc_phpmd'

Kolekti.register_collector(Kolekti::CcPhpMd::Collector.new)