Skip to content
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

Nudge about standard extensions #9122

Closed
tejasbubane opened this issue Nov 30, 2020 · 2 comments
Closed

Nudge about standard extensions #9122

tejasbubane opened this issue Nov 30, 2020 · 2 comments

Comments

@tejasbubane
Copy link
Contributor

tejasbubane commented Nov 30, 2020

Is your feature request related to a problem? Please describe.

Although it has been long time since we extracted rubocop-rails from core some users never discover our extensions. I have seen quite a few modern Rails projects using only rubocop.

Describe the solution you'd like

I would like when rubocop is run, it recognizes and prints a log message suggesting standard plugins like rubocop-rails, rspec, minitest, rake, sequel - whichever applicable to the project.

An option to disable this message.

Describe alternatives you've considered

A generic log message suggesting to have a look at our extensions.

@bbatsov
Copy link
Collaborator

bbatsov commented Nov 30, 2020

Good idea. Shouldn't be hard to implement it.

@dvandersluis
Copy link
Member

I'm taking a stab at this.

dvandersluis added a commit to dvandersluis/rubocop that referenced this issue Dec 1, 2020
…e rubocop extensions.

The notification can be disabled by setting `AllCops/SuggestExtensions: false`
@bbatsov bbatsov closed this as completed in d29357c Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants