We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we change the indentation of end on https://github.com/bbatsov/rubocop/blob/master/spec/rubocop/cop/lint/block_alignment_spec.rb#L241 all examples still pass. That's not right.
end
The text was updated successfully, but these errors were encountered:
2d05bb3
Merge pull request #1710 from lumeet/1579_fix_block_alignment_ignored
2d9c4d4
[Fix #1579] Block equality check in BlockAlignment
No branches or pull requests
If we change the indentation of
end
on https://github.com/bbatsov/rubocop/blob/master/spec/rubocop/cop/lint/block_alignment_spec.rb#L241 all examples still pass. That's not right.The text was updated successfully, but these errors were encountered: