-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding rubocop-rspec #52
base: main
Are you sure you want to change the base?
Conversation
Rubocop suggest to use mfa when you're releasing gems on rubygems.org. That's to protect your users from malicious attacker who might steal your password and publish new versions in your name. Nobody wants that.
I've started with the low-hanging fruits and this PR already includes a huge number of changes. But I'm willing to continue if you think this is valuable. There are still some items left though (output of
And those will require more involved changes in regards to code organization or naming. So let me know what you think. I'm also happy to do this in multiple PRs (with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job @schmidt !
Description
Following the suggestion in #46, this PR adds rubocop-rspec and attempts to fix any offenses.
Type of branch
Feature #46
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
bundle exec rspec
bundle exec rubocop
Checklist: