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 Rails/RedundantActiveRecordAllMethod when using POSSIBLE_ENUMERABLE_BLOCK_METHODS in a block #1382

Merged

Commits on Oct 29, 2024

  1. Fix false negatives for Rails/RedundantActiveRecordAllMethod when u…

    …sing `all` method in block
    
    This PR fixes false negatives for `Rails/RedundantActiveRecordAllMethod` when methods in `POSSIBLE_ENUMERABLE_BLOCK_METHODS` are used in a block as following:
    
    ```
    expect { subject }.to change { User.all.count }
    ```
    masato-bkn committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    2d7e7a0 View commit details
    Browse the repository at this point in the history