README.md in rubocop-codeur-0.1.18 vs README.md in rubocop-codeur-0.2.0

- old
+ new

@@ -1,6 +1,6 @@ -# Rubocop Codeur +# RuboCop Codeur Shared rubocop config gem for every Ruby projects at Codeur SARL ## Installation Add this lines to your application's Gemfile: ```ruby @@ -23,12 +23,15 @@ Then run: `bundle exec rubocop` You don't need to include rubocop directly in your application's dependencies. -`rubocop-codeur` will include `rubocop`, `rubocop-minitest`, `rubocop-performance` and `rubocop-rails` dependencies. +`rubocop-codeur` will include `rubocop`, `rubocop-github`, `rubocop-minitest`, +`rubocop-performance` and `rubocop-rails` dependencies. -It might be necessary to override style rules set in this gem for some projects or to add specific ones. Rule inheritance provided by Rubocop works like the following: +It might be necessary to override style rules set in this gem for some projects +or to add specific ones. Rule inheritance provided by RuboCop works like the +following: `inherit_gem → inherit_from → local rules` For example: ```yml inherit_gem: