Move remaining rubocop plugins to new plugins clause
This commit is contained in:
parent
de4af9ee51
commit
fbf84f60bf
1 changed files with 2 additions and 2 deletions
|
@ -1,14 +1,14 @@
|
|||
inherit_from: .rubocop_todo.yml
|
||||
|
||||
plugins:
|
||||
- rubocop-capybara
|
||||
- rubocop-factory_bot
|
||||
- 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