Skip to content

Generic parser for Analizo static code metrics collector.

License

Notifications You must be signed in to change notification settings

mezuro/kolekti_analizo

Repository files navigation

KolektiAnalizo

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_analizo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kolekti_analizo

Usage

Just register it into Kolekti with

require 'kolekti'
require 'kolekti_analizo'

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