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

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)

About

Call CodeClimate CLI phpmd collector and properly parses its results

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.lesser
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published