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 false negatives for Style/ArgumentsForwarding #12719

Commits on Feb 28, 2024

  1. Fix false negatives for Style/ArgumentsForwarding

    This PR fixes false negatives for `Style/ArgumentsForwarding`
    when using forwardable block arguments with Ruby 3.2+.
    
    The anonymous block forwarding that worked up to Ruby 3.1 stopped functioning from Ruby 3.2+.
    This PR ensures consistent behavior even in Ruby 3.2+.
    koic committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ba96370 View commit details
    Browse the repository at this point in the history