From bf06420eb3f2f789a067ba21476e4518cd2e8a54 Mon Sep 17 00:00:00 2001 From: Igor Zubkov Date: Fri, 16 Jan 2026 19:53:18 +0100 Subject: [PATCH] Update rubocop config --- .rubocop.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 4311fea..3eb7161 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,10 +1,8 @@ -require: - - rubocop-disable_syntax - plugins: - rubocop-performance - rubocop-rake - rubocop-rspec + - rubocop-disable_syntax AllCops: TargetRubyVersion: 3.4 @@ -346,6 +344,10 @@ RSpec/IndexedLet: RSpec/NamedSubject: Enabled: false +# We prefer `receive` over `have_received` +RSpec/MessageSpies: + Enabled: false + # Naming rules: # Disable anonymous block forwarding.