From 9179b0d663f3ae0cf47e88693e69147237f0afaf Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 18 Feb 2025 18:20:15 +0000 Subject: [PATCH] Update rubocop confguration for plugins Move plugins which support it to the new plugins clause. --- .rubocop.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 0f15cb9a8..eedbf47e0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1,12 +1,14 @@ inherit_from: .rubocop_todo.yml -require: - - rubocop-capybara - - rubocop-factory_bot +plugins: - rubocop-minitest - rubocop-performance - rubocop-rails - rubocop-rake + +require: + - rubocop-capybara + - rubocop-factory_bot - ./.rubocop/specific_action_names.rb AllCops: -- 2.39.5