ydah/rubocop-committee

View on GitHub
docs/modules/ROOT/pages/installation.adoc

Summary

Maintainability
Test Coverage
= Installation

Just install the `rubocop-committee` gem

[source,bash]
----
gem install rubocop-committee
----

or if you use bundler put this in your `Gemfile`

[source,ruby]
----
gem 'rubocop-committee'
----