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.