rubocop.yml in rubocop-ruby2_0-1.0.2 vs rubocop.yml in rubocop-ruby2_0-1.0.3

- old
+ new

@@ -1,2 +1,11 @@ AllCops: TargetRubyVersion: 2.0 + +# Removed as of 0.80.0 +# braces setting is for compatibility with Ruby 2.7+ +# See: +# * https://github.com/rubocop/rubocop/issues/7641 +# * https://github.com/rubocop/rubocop/pull/7643 +Style/BracesAroundHashParameters: + Enabled: true + EnforcedStyle: context_dependent