Skip to content

Call CodeClimate CLI phpmd collector and properly parses its results

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.lesser
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

mezuro/kolekti_cc_phpmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dce1cba · May 9, 2016

History

53 Commits
Apr 8, 2016
Feb 29, 2016
Apr 8, 2016
Apr 8, 2016
Mar 23, 2016
Mar 23, 2016
Mar 23, 2016
Feb 29, 2016
Feb 29, 2016
Mar 1, 2016
Mar 1, 2016
May 6, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Feb 29, 2016
Apr 8, 2016
Apr 8, 2016
Mar 23, 2016

Repository files navigation

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)