.rubocop.yml in table_sync-6.0.4 vs .rubocop.yml in table_sync-6.1.0
- old
+ new
@@ -1,10 +1,10 @@
inherit_gem:
rubocop-config-umbrellio: lib/rubocop.yml
AllCops:
- TargetRubyVersion: 2.5
+ TargetRubyVersion: 2.7
Include:
- bin/*
- lib/**/*.rb
- spec/**/*.rb
- Gemfile
@@ -33,5 +33,16 @@
Lint/MissingSuper:
Enabled: false
Style/MissingRespondToMissing:
Enabled: false
+
+Style/HashConversion:
+ Exclude:
+ - spec/**/*
+
+Style/OpenStructUse:
+ Exclude:
+ - spec/**/*
+
+RSpec/PendingWithoutReason:
+ Enabled: false # Many false positives