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 #763] Fix a false positive for Rails/RootPathnameMethods #768

Commits on Sep 10, 2022

  1. [Fix rubocop#763] Fix a false positive for Rails/RootPathnameMethods

    Fixes rubocop#763.
    
    This PR fix a false positive for `Rails/RootPathnameMethods` when using `Dir.glob`.
    And marks unsafe for autocorrection because `Dir`'s methods return string element,
    but `Pathname`'s methods return `Pathname` element.
    koic committed Sep 10, 2022
    Copy the full SHA
    94e126d View commit details
    Browse the repository at this point in the history