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

Update allowlist of methods to ignore for false positives #900

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 27, 2022

  1. Update allowlist of methods to ignore for false positives

    This PR rubocop@732a0db
    
    This issue was reported a while back finding that the HTTP positional arguments cop could give false positives rubocop#532
    
    I found another instance of false positives when the `append` method is used instead of `draw` or `routes`. If we add that to the list as well this problem seems to go away.
    smcabrera authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    443e63a View commit details
    Browse the repository at this point in the history