-
Notifications
You must be signed in to change notification settings - Fork 33
chore: fix CodeClimate suggestions #36
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
Conversation
- shift-multiline-ifs-to-single-line-if - Change if .length > 0 to unless .empty? - Change alias_method to alias Signed-off-by: ValterBarros <[email protected]>
|
closes #33 |
|
I already accept the CLA. |
Signed-off-by: ValterBarros <[email protected]>
|
We have not been able to merge your Pull Request, but because you are awesome - we wanted to make sure you could still get a SendGrid Hacktoberfest shirt. Please go fill out our swag form before Nov 5th and we will send the shirt! (We know that you might have tried this before and it didn’t work, sorry about that!) You have till Nov 5th to fill out this form in order to get the Hacktoberfest shirt!Thank you for contributing during Hacktoberfest! We hope to see you in the repos soon! Just so you know, we always give away a SendGrid shirt for your first ever non-Hacktoberfest PR that gets merged. |
Fixes #33
PS: I know that .lenght > 0 issue is already solved, but I do a modification using the unless .empty? to increase the solution and make it more idiomatic.
Signed-off-by: ValterBarros [email protected]