degica-style

Degica shared style configs

Installation

group :development do
  gem 'degica-style'
end

And then run:

$ bundle install

Usage

Create a .rubocop.yml with the following directives:

inherit_gem:
  degica-style:
    - default.yml
    - rails.yml

Run:

$ bundle exec rubocop

NOTE: You don't have to include rubocop directly in your application's dependencies.