Skip to content

Commit 8142608

Browse files
authored
Update rubocop config (#169)
1 parent 932c787 commit 8142608

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.rubocop.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
require:
2-
- rubocop-disable_syntax
3-
41
plugins:
52
- rubocop-performance
63
- rubocop-rake
74
- rubocop-rspec
5+
- rubocop-disable_syntax
86

97
AllCops:
108
TargetRubyVersion: 3.4
@@ -346,6 +344,10 @@ RSpec/IndexedLet:
346344
RSpec/NamedSubject:
347345
Enabled: false
348346

347+
# We prefer `receive` over `have_received`
348+
RSpec/MessageSpies:
349+
Enabled: false
350+
349351
# Naming rules:
350352

351353
# Disable anonymous block forwarding.

0 commit comments

Comments
 (0)