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

Inform RuboCop about loaded extensions #150

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

xjunior
Copy link
Contributor

@xjunior xjunior commented Jul 12, 2023

Loading a rubocop extension is nothing but requiring a library, but rubocop likes to know what's loaded
so it can suggest you extensions that are loaded but not used.

https://github.com/rubocop/rubocop/blob/02c32b4cf3801f9cf4cca4b3f1f4288aaee2ad5c/lib/rubocop/options.rb#L304

@xjunior xjunior requested a review from a team as a code owner July 12, 2023 20:51
@xjunior xjunior force-pushed the clear-rubocop-powerhome-warnings branch from 195321a to d7debcd Compare July 12, 2023 20:51
@xjunior xjunior enabled auto-merge (squash) July 12, 2023 21:12
@xjunior xjunior merged commit d676680 into main Jul 13, 2023
49 checks passed
@xjunior xjunior deleted the clear-rubocop-powerhome-warnings branch July 13, 2023 14:34
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.

2 participants