Update rubocop confguration for plugins

Move plugins which support it to the new plugins clause.
This commit is contained in:
Tom Hughes 2025-02-18 18:20:15 +00:00
parent 2e23677502
commit 9179b0d663

View file

@ -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: