Skip to content

ableco/rubocop-able

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RuboCop Able

This repository provides recommended RuboCop configuration for use on Able Ruby projects.

Installation

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.5

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ableco/rubocop-able.

License

The gem is available as open source under the terms of the MIT License.