We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932c787 commit bf06420Copy full SHA for bf06420
1 file changed
.rubocop.yml
@@ -1,10 +1,8 @@
1
-require:
2
- - rubocop-disable_syntax
3
-
4
plugins:
5
- rubocop-performance
6
- rubocop-rake
7
- rubocop-rspec
+ - rubocop-disable_syntax
8
9
AllCops:
10
TargetRubyVersion: 3.4
@@ -346,6 +344,10 @@ RSpec/IndexedLet:
346
344
RSpec/NamedSubject:
347
345
Enabled: false
348
+# We prefer `receive` over `have_received`
+RSpec/MessageSpies:
349
+ Enabled: false
350
+
351
# Naming rules:
352
353
# Disable anonymous block forwarding.
0 commit comments