Skip to content

Commit

Permalink
Move rubocop-rails and rubocop-rspec to plugins
Browse files Browse the repository at this point in the history
New versions (#703 and #705) of these gems implement the new "plugin"
system for Rubocop. Having them as `require`s, still works, but emits a
warning (Which our Overcommit config says is an error).
  • Loading branch information
werebus committed Feb 18, 2025
1 parent 8832453 commit 5187f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require:
plugins:
- rubocop-rails
- rubocop-rspec

require:
- rubocop-rspec_rails
- rubocop-capybara
- rubocop-factory_bot
Expand Down

0 comments on commit 5187f69

Please sign in to comment.