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

Add autocorrect for Style/NestedParenthesizedCalls cop #2928

Closed
sferik opened this issue Mar 8, 2016 · 4 comments
Closed

Add autocorrect for Style/NestedParenthesizedCalls cop #2928

sferik opened this issue Mar 8, 2016 · 4 comments

Comments

@sferik
Copy link
Contributor

sferik commented Mar 8, 2016

Expected behavior

- expect(shorten url).to be short_url
+ expect(shorten(url)).to be short_url
@alexdowad
Copy link
Contributor

These are all good ideas. Are you interested in working on the implementation (perhaps with some guidance from someone who knows the code)?

@sferik
Copy link
Contributor Author

sferik commented Mar 8, 2016

@alexdowad Yup, that would be great.

@alexdowad
Copy link
Contributor

OK, which one would you like to tackle first?

@Drenmi
Copy link
Collaborator

Drenmi commented Apr 9, 2016

This was merged in #2998. Don't know why the issue wasn't closed.

@bbatsov bbatsov closed this as completed Apr 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants