bixby_rspec_enabled.yml in bixby-3.0.2 vs bixby_rspec_enabled.yml in bixby-4.0.0
- old
+ new
@@ -1,11 +1,10 @@
---
require: rubocop-rspec
-AllCops:
- RSpec:
- Patterns:
+RSpec:
+ Include:
- _spec.rb
- "(?:^|/)spec/"
RSpec/AnyInstance:
Enabled: true
@@ -23,10 +22,9 @@
RSpec/DescribeMethod:
Enabled: true
RSpec/EmptyExampleGroup:
Enabled: true
- CustomIncludeMethods: []
RSpec/ExampleLength:
Enabled: true
Max: 5