This gem holds common configurations for Ruby projects at RaiseMe.
Add this line to your application's Gemfile:
gem 'raiseme-common', git: '[email protected]:RaiseMe/ruby-common.git', branch: 'master'
And then execute:
$ bundle install
Include this gem in .rubocop.yml
to inherit the common configuration:
inherit_gem:
ruby-common: .rubocop-hound.yml