conf/rubocop.yml in salsify_rubocop-0.42.0 vs conf/rubocop.yml in salsify_rubocop-0.43.0.rc0
- old
+ new
@@ -1,15 +1,10 @@
inherit_from:
- ../conf/rubocop_without_rspec.yml
require: salsify_rubocop
-# See https://github.com/bbatsov/rubocop/pull/3343
-Style/NumericPredicate:
- Exclude:
- - 'spec/**/*'
-
RSpec/DescribeClass:
Enabled: false
RSpec/DescribedClass:
Enabled: false
@@ -18,7 +13,24 @@
Enabled: false
RSpec/ExampleLength:
Enabled: false
+# See https://github.com/backus/rubocop-rspec/issues/198
+RSpec/ExpectActual:
+ Exclude:
+ - 'spec/routing/**/*'
+
RSpec/InstanceVariable:
+ Enabled: false
+
+RSpec/LeadingSubject:
+ Enabled: false
+
+RSpec/LetSetup:
+ Enabled: false
+
+RSpec/MultipleExpectations:
+ Enabled: false
+
+RSpec/NestedGroups:
Enabled: false