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

Bump RuboCop to 0.68.1 #36176

Commits on May 4, 2019

  1. Bump RuboCop to 0.68.1

    Performance cops were extracted in rubocop/rubocop#5977 and @koic
    updated to 0.67.2 and added the rubocop-performance gem in rails#35989.
    
    This bumps rubocop to 0.68.1 to be on the latest version. Two changes
    were made in regards to the bump of the version:
    * The first was that Layout/FirstParameterIndentation was renamed to
    Layout/IndentFirstArgument. These changes can be seen in
    rubocop/rubocop#6982 and rubocop/rubocop#6987
    * The second was that a new instance of the Style/HashSyntax cop was
    found. I updated that instance to follow the new Ruby >= 1.9 syntax.
    natesholland committed May 4, 2019
    Configuration menu
    Copy the full SHA
    dacc208 View commit details
    Browse the repository at this point in the history