-
-
Notifications
You must be signed in to change notification settings - Fork 55
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
Enable BlockNode#argument_list
for numblock
s.
#155
Conversation
@marcandre you mentioned that maybe |
63e8b62
to
d82d559
Compare
Sounds good. I'm curious if all of these errors are genuine, or if some cops are just not Maybe we should have a method |
I think maybe most cops are not Out of curiosity, what's the procedure for changing something that breaks rubocop's tests? |
Ideally we make the main gem work first, then we can bump the minimum main gem we fully support in the CI specs and builds are always good... |
7cc7e60
to
5aab16b
Compare
@marcandre this is rebased now. |
5aab16b
to
d072623
Compare
end | ||
end | ||
# rubocop:enable Naming/VariableNumber |
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.
I opened rubocop/rubocop#9091...
Released as 1.2.0, thanks! 👍 |
Thanks @marcandre! ❤️ |
Follows #154 (I'll rebase away that commit once merged).
numblock
s now return an array ofArgNode
s fromBlockNode#argument_list
,andBlockNode#arguments?
is true fornumblock
s.