Skip to content

Commit ca4df2b

Browse files
committed
Use RuboCop Plugin
Follow-up to rails/rails#54678. This PR suppresses the folloiwng RuboCop's warnings: ```console $ bundle exec rubocop rubocop-performance extension supports plugin, specify `plugins: rubocop-performance` instead of `require: rubocop-performance` in /Users/koic/src/github.com/rsim/oracle-enhanced/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. rubocop-rails extension supports plugin, specify `plugins: rubocop-rails` instead of `require: rubocop-rails` in /Users/koic/src/github.com/rsim/oracle-enhanced/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. rubocop-rspec extension supports plugin, specify `plugins: rubocop-rspec` instead of `require: rubocop-rspec` in /Users/koic/src/github.com/rsim/oracle-enhanced/.rubocop.yml. For more information, see https://docs.rubocop.org/rubocop/plugin_migration_guide.html. ``` Please see here for details: https://docs.rubocop.org/rubocop/plugin_migration_guide.html
1 parent d5b3daf commit ca4df2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-performance
33
- rubocop-rails
44
- rubocop-rspec

0 commit comments

Comments
 (0)