RuboCop Betterment Build Status

Shared rubocop configuration for Betterment Rails apps/engines.

Check out the styleguide for some additional commentary on our cop configurations.

Installation

Gemfile:

gem 'rubocop-betterment'

.rubocop.yml:

inherit_gem:
  rubocop-betterment:
    - config/default.yml

Custom Cops

All cops are located under lib/rubocop/cop/betterment

Dependencies

This gem depends on the following other gems:

  • rubocop
  • rubocop-rspec