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
0.34.2 (using Parser 2.2.2.6, running on ruby 2.2.3 x86_64-darwin14)
Performance/Detect auto-corrects:
foo.select { true } .first['x']
to:
foo.find { true } ['x']
The newline sends us astray, leaving ['x'] as an array literal.
['x']
The text was updated successfully, but these errors were encountered:
9a82280
Merge pull request #2308 from palkan/fix-detect-multiline
ca23efd
[Fix #2295] Fix Detect autocorrect with newlines
No branches or pull requests
Performance/Detect auto-corrects:
to:
The newline sends us astray, leaving
['x']
as an array literal.The text was updated successfully, but these errors were encountered: