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

Merged
merged 1 commit into from
Jun 13, 2025
Merged

Use RuboCop Plugin #2427

merged 1 commit into from
Jun 13, 2025

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
@yahonda yahonda merged commit fd4161e into rsim:master Jun 13, 2025
12 of 13 checks passed
@koic koic deleted the use_rubocop_plugin branch June 13, 2025 08:19
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.

None yet

2 participants