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 [#407] Make Performance/DoubleStartEndWith aware of safe navigation #465

Merged
merged 1 commit into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. [Fix rubocop#407] Make Performance/DoubleStartEndWith aware of safe…

    … navigation
    
    In case of inconsistent safe navigation, it keeps the dot from the first receiver.
    
    This shouldn't change anything:
    Depending on the order, it was either not needed or it will continue raising.
    
    `Lint/SafeNavigationConsistency` takes care of this anyways
    Earlopain committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    767f2c9 View commit details
    Browse the repository at this point in the history