Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 676 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 676 Bytes

Omakase Ruby styling for Rails. Especially for Dobado.

This Gem is modeled after rubocop-rails-omakase and specifically tailored for Dobado (the development team).

Installation

First add this to your Gemfile:

gem "rubocop-dobado-omakase", require: false, group: [ :development ]

Second add a default .rubocop.yml file in the root of your application with:

# Apply Dobado styling
inherit_gem:
  rubocop-dobado-omakase: rubocop.yml

# Other specialized rules go here

License

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