Update rubocop confguration for plugins
Move plugins which support it to the new plugins clause.
This commit is contained in:
parent
2e23677502
commit
9179b0d663
1 changed files with 5 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue