.rubocop.yml in hash_deep_diff-0.7.0 vs .rubocop.yml in hash_deep_diff-0.8.0
- old
+ new
@@ -8,13 +8,20 @@
Exclude:
- 'vendor/**/*'
- '.git/**/*'
- '.bundle/**/*'
- 'bin/*'
+ TargetRubyVersion: 2.6.1
Style/RedundantReturn:
Enabled: false
Metrics/BlockLength:
Exclude:
- 'test/**/test_*.rb'
- '*.gemspec'
+Style/YodaCondition:
+ EnforcedStyle: require_for_all_comparison_operators
+
+Minitest/AssertEmptyLiteral:
+ Exclude:
+ - 'test/unit/test_change_key.rb'