README.md in rubocopital-0.5.3 vs README.md in rubocopital-0.6.0

- old
+ new

@@ -23,10 +23,12 @@ inherit_gem: rubocopital: - default.yml ``` +`default.yml` does also require the `rubocop-performance` configuration. + If you have specific configurations that differ from the agreed upon defaults, you can just add them below. ``` inherit_gem: @@ -43,9 +45,19 @@ ``` inherit_gem: rubocopital: - default.yml + - .rubocop-rspec.yml +``` + +The same applies to Rails. + +``` +inherit_gem: + rubocopital: + - default.yml + - .rubocop-rails.yml - .rubocop-rspec.yml ``` ## Development