-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Performance/MapCompact
autocorrection leads to invalid syntax
#236
Labels
bug
Something isn't working
Comments
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Apr 24, 2021
…ompact` Fixes rubocop#236. This PR fix an incorrect auto-correct for `Performance/MapCompact` when using multi-line leading dot method calls.
8 tasks
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Apr 24, 2021
…ompact` Fixes rubocop#236. This PR fix an incorrect auto-correct for `Performance/MapCompact` when using multi-line leading dot method calls.
koic
added a commit
to koic/rubocop-performance
that referenced
this issue
Apr 24, 2021
…ompact` Fixes rubocop#236. This PR fix an incorrect auto-correct for `Performance/MapCompact` when using multi-line leading dot method calls.
koic
added a commit
that referenced
this issue
Apr 25, 2021
…rmance_map_compact [Fix #236] Fix an incorrect auto-correct for `Performance/MapCompact`
Thanks @koic! ❤️ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original code:
Performance/MapCompact
autocorrects the code to:Which leads to a syntax error:
RuboCop version
The text was updated successfully, but these errors were encountered: