-
Notifications
You must be signed in to change notification settings - Fork 194
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
Rubocop offences #1054
Rubocop offences #1054
Conversation
else | ||
nil | ||
end | ||
start_exists = element_start && parent && parent.element_start |
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.
instead of the local variable start_exists
I'd rather have a little private method start_exists?
- would make this even neater (imo) :)
Hi thanks for this 👍 Sorry about the failed build, that's my fault :( Will fix soon. I made 2 minor remarks, after that this is ready to be merged - I'll probably squash it before as the changes fit together rather nicely. Thanks so much for contributing to shoes! :) |
@PragTob you're welcome. Definitely squash them all :) |
Committed as 2ca7adf - thanks a ton 👍 ❤️ :) |
Here are some rubocop offences that I've worked on for the issue #945 .