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

build(deps): bump rubocop from 1.48.1 to 1.49.0 in /Library/Homebrew #15136

Merged

Commits on Apr 7, 2023

  1. build(deps): bump rubocop from 1.48.1 to 1.49.0 in /Library/Homebrew

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.1 to 1.49.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.48.1...v1.49.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    50fa02c View commit details
    Browse the repository at this point in the history
  2. brew vendor-gems: commit updates.

    BrewTestBot authored and issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    0c608b8 View commit details
    Browse the repository at this point in the history
  3. Update RBI files for rubocop.

    BrewTestBot authored and issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    992025d View commit details
    Browse the repository at this point in the history
  4. brew style --fix

    MikeMcQuaid authored and issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    63d8de3 View commit details
    Browse the repository at this point in the history
  5. Say yes to RuboCop's DisplayCopNames; fix test expectations

    - Fixing the test expected output was unbelievably tedious.
    - There's been debate about this setting being `false` but in
      #15136 (comment)
      we decided that it was worth using the default since RuboCop behaviour changed
      so we'd have had to do some horrible things to keep it as `false` -
      #15136 (comment) -
      and multiple maintainers specify the `--display-cop-names` option to
      `brew style` themselves since it's clearer what's gone wrong.
    issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    da734a3 View commit details
    Browse the repository at this point in the history
  6. Fix old_opt_record.blank? check for Migrator#unlink_oldname_opt

    - This was determinig `blank?` on a `Pathname` object, which returned
      `true` always, making the test fail. Instead, check the string value.
    issyl0 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    abbb0fb View commit details
    Browse the repository at this point in the history