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

Lint/ShadowingOuterLocalVariable: clarify the ruby warning [doc] #8513

Merged
merged 2 commits into from Aug 11, 2020
Merged

Lint/ShadowingOuterLocalVariable: clarify the ruby warning [doc] #8513

merged 2 commits into from Aug 11, 2020

Commits on Aug 10, 2020

  1. Lint/ShadowingOuterLocalVariable: clarify the ruby warning [doc]

    Make it clear that ruby no longer warns about variable shadowing:
    
    > The “shadowing outer local variable” warning is removed.
    > [Feature #12490]
    
    - https://docs.ruby-lang.org/en/2.6.0/NEWS.html#label-Language+changes
    - https://bugs.ruby-lang.org/issues/12490
    chocolateboy committed Aug 10, 2020
    Copy the full SHA
    d8ac4b6 View commit details
    Browse the repository at this point in the history
  2. Update the changelog

    chocolateboy committed Aug 10, 2020
    Copy the full SHA
    ad8bd24 View commit details
    Browse the repository at this point in the history