This Gem is modeled after rubocop-rails-omakase and specifically tailored for Dobado (the development team).
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
The gem is available as open source under the terms of the MIT License.