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

rubocop: default hash syntax. #16848

Merged
merged 2 commits into from
Mar 8, 2024
Merged

Commits on Mar 7, 2024

  1. rubocop: default hash syntax.

    As-of 3.1: this mean that you omit the hash value if the name is the
    same as the key.
    
    We're allowing this already and it didn't make sense to land until the
    bulk of the other RuboCop 3.1 changes did but, now we're ready, it is
    more concise and a pattern that people will need to understand anyway.
    MikeMcQuaid committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3840d71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea2892f View commit details
    Browse the repository at this point in the history