From ed824d99f9cdbb00568757a14be9fe05a9974dc1 Mon Sep 17 00:00:00 2001 From: Eduardo Navarro Date: Wed, 19 Feb 2025 13:47:30 +0100 Subject: [PATCH] Move rubocop-performance from `require:` to `plugins:` See: https://docs.rubocop.org/rubocop/plugin_migration_guide.html --- .rubocop.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3b2dda5..9e18eac 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,5 +1,7 @@ -require: +plugins: - rubocop-performance + +require: - rubocop-rspec inherit_from: .rubocop_todo.yml