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

BlockNesting not auto-generating correctly #926

Closed
tmorris-fiksu opened this issue Mar 28, 2014 · 0 comments
Closed

BlockNesting not auto-generating correctly #926

tmorris-fiksu opened this issue Mar 28, 2014 · 0 comments

Comments

@tmorris-fiksu
Copy link
Contributor

The following file is not auto-generated properly. Funny thing is that just four levels of indentation is auto-generated correctly, so it doesn't seem like an OBO bug:

$ cat nesting_5.rb
# encoding: utf-8
x = true
if x
  if x
    if x
      if x
        if x
          puts 'indeed!'
          puts 'make it so'
        end
      end
    end
  end
end
tmorris-fiksu added a commit to tmorris-fiksu/rubocop that referenced this issue Mar 29, 2014
bbatsov added a commit that referenced this issue Mar 30, 2014
[Fix #926] BlockNesting was not auto-generating correctly.
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

No branches or pull requests

1 participant