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

Style::HashTransformValues - incorrect autocorrection when wrapped in a block #10171

Merged

Commits on Oct 7, 2021

  1. Style/HashTransform*: Fix incorrect auto-correction when inside block…

    … body
    
    The special case was checking for a block *being passed to* our
    matched `node` (i.e. the `to_h` call), without excluding the case
    of the `node` being *wrapped by* a block.
    franzliedke committed Oct 7, 2021
    Copy the full SHA
    4c5f485 View commit details
    Browse the repository at this point in the history