Skip to content

Use RuboCop Plugin #2427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Use RuboCop Plugin #2427

wants to merge 1 commit into from

Conversation

koic
Copy link
Collaborator

@koic koic commented Mar 7, 2025

Follow-up to rails/rails#54678.

This PR suppresses the folloiwng RuboCop's warnings:

$ 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#for-plugin-users

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#for-plugin-users
@koic koic force-pushed the use_rubocop_plugin branch from ca4df2b to 4471ad6 Compare March 7, 2025 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant