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
Rubocop corrects part of the code, but crashes with this file. I am not sure which line of my code is causing this issue, if any.
Inspecting 16 files CC#<Parser::Source::Range /home/nick/Repos/magician/lib/magician/math.rb 5141...5723> spans more than one line
git clone https://github.com/thenickperson/magician cd magician git checkout 5f1edf3 rubocop --auto-correct
0.17.0 (using Parser 2.1.4, running on ruby 2.1.0 i686-linux)
The text was updated successfully, but these errors were encountered:
Yes, that's a bug, alright. Also present in latest master. I'll see if I can fix it.
master
Sorry, something went wrong.
4de987d
Merge pull request #792 from jonas054/fix_autocorrect_interference
3a831e6
[Fix #790] Make smaller replace in MethodDefParentheses autocorrect
This is now fixed in master. Thanks!
jonas054
No branches or pull requests
Results
Rubocop corrects part of the code, but crashes with this file. I am not sure which line of my code is causing this issue, if any.
Steps to reproduce
git clone https://github.com/thenickperson/magician cd magician git checkout 5f1edf3 rubocop --auto-correct
Rubocop version
The text was updated successfully, but these errors were encountered: