From: Tom Hughes Date: Tue, 18 Feb 2025 18:20:15 +0000 (+0000) Subject: Update rubocop confguration for plugins X-Git-Tag: live~97 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/9179b0d663f3ae0cf47e88693e69147237f0afaf?ds=inline;hp=--cc Update rubocop confguration for plugins Move plugins which support it to the new plugins clause. --- 9179b0d663f3ae0cf47e88693e69147237f0afaf 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: