We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d07b9 commit 62d965bCopy full SHA for 62d965b
.rubocop.yml
@@ -3,7 +3,9 @@ require:
3
- rubocop-performance
4
5
inherit_gem:
6
- rentacop: rentacop.yml
+ rentacop:
7
+ - rentacop.yml
8
+ - rspec.yml
9
10
AllCops:
11
TargetRubyVersion: 2.7.0
@@ -15,24 +17,3 @@ AllCops:
15
17
Naming/AccessorMethodName:
16
18
Exclude:
19
- 'spec/fixtures/**/*'
-
-# Prefer `receive` over `have_received`spies
20
-RSpec/MessageSpies:
21
- EnforcedStyle: receive
22
23
-# Allow multiple expectations per block
24
-RSpec/MultipleExpectations:
25
- Max: 3
26
27
-# Allow calling `subject` explicitly
28
-RSpec/NamedSubject:
29
- EnforcedStyle: named_only
30
31
-# Allow stubbing other `subject` methods
32
-RSpec/SubjectStub:
33
- Enabled: false
34
35
-# Allow unnamed doubles
36
-RSpec/VerifiedDoubles:
37
38
0 commit comments