.rubocop.yml in table_sync-6.3.0 vs .rubocop.yml in table_sync-6.4.0
- old
+ new
@@ -44,5 +44,11 @@
Exclude:
- spec/**/*
RSpec/PendingWithoutReason:
Enabled: false # Many false positives
+
+RSpec/SkipBlockInsideExample:
+ Enabled: false # Many false positives
+
+RSpec/IndexedLet:
+ Enabled: false