Skip to content

Commit

Permalink
Move remaining rubocop plugins to new plugins clause
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Mar 11, 2025
1 parent de4af9e commit fbf84f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fbf84f6

Please sign in to comment.