.rubocop.yml in table_sync-2.3.0 vs .rubocop.yml in table_sync-4.0.0
- old
+ new
@@ -12,5 +12,26 @@
- table_sync.gemspec
Style/Alias:
Enabled: true
EnforcedStyle: prefer_alias_method
+
+RSpec/ExampleLength:
+ Enabled: false
+
+Lint/UnusedBlockArgument:
+ AllowUnusedKeywordArguments: true
+
+Lint/UnusedMethodArgument:
+ AllowUnusedKeywordArguments: true
+
+Style/AccessorGrouping:
+ Enabled: false
+
+Style/NumericPredicate:
+ Enabled: false
+
+Lint/MissingSuper:
+ Enabled: false
+
+Style/MissingRespondToMissing:
+ Enabled: false