.rubocop.yml in rubocopital-0.5.3 vs .rubocop.yml in rubocopital-0.6.0

- old
+ new

@@ -1,4 +1,9 @@ +require: + - rubocop-performance + - rubocop-rails + - rubocop-rspec + inherit_from: default.yml -Documentation: +Style/Documentation: Enabled: false