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

Conflict between SpaceAroundBlockBraces and Blocks when autocorrecting #638

Closed
scpike opened this issue Nov 19, 2013 · 1 comment · Fixed by #641
Closed

Conflict between SpaceAroundBlockBraces and Blocks when autocorrecting #638

scpike opened this issue Nov 19, 2013 · 1 comment · Fixed by #641
Assignees

Comments

@scpike
Copy link

scpike commented Nov 19, 2013

Try running rubocop -a on this:

(1..10).each{ |i|
  puts i
}

The result is

(1..10).each d o |i|
  puts i
end
@scpike
Copy link
Author

scpike commented Nov 21, 2013

Awesome! Thanks for checking this out so quickly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants