This repository provides recommended RuboCop configuration for use on Able Ruby projects.
Gemfile
group :development do
  gem "rubocop-able", require: false
end.rubocop.yml
inherit_gem:
  rubocop-able:
    - config/default.yml
    - config/rails.yml
AllCops:
  TargetRubyVersion: 2.5Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/rubocop-able.
The gem is available as open source under the terms of the MIT License.