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

[Fix #9839] Add AllowedReceivers option for Style/HashEachMethods #9840

Commits on May 31, 2021

  1. [Fix rubocop#9839] Add AllowedReceivers option for `Style/HashEachM…

    …ethods`
    
    Fixes rubocop#9839.
    
    This PR adds `AllowedReceivers` option for `Style/HashEachMethods`.
    
    `Style/HashEachMethods` cop is already marked as unsafe.
    This PR can use allow list to rule out false positives.
    koic committed May 31, 2021
    Copy the full SHA
    c1773e1 View commit details
    Browse the repository at this point in the history