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 from 1.62.1 to 1.63.0 #630

Merged
merged 3 commits into from
May 6, 2024

Commits on Apr 8, 2024

  1. Bump rubocop from 1.62.1 to 1.63.0

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.62.1...v1.63.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] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    55c1af8 View commit details
    Browse the repository at this point in the history
  2. Dump full RuboCop config

    This automated commit dumps the contents of the full RuboCop config.
    [dependabot skip]
    github-actions[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    ac2a83e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Disable Style/MapIntoArray

    While preferring `.map { ... }` vs `a = []; b.each { a << ... }` makes
    sense, this cop has lots of gotchas, so we'll probably have to evaluate
    it's false positive rate to determine if we should enable it or not.
    sambostock committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    17cf184 View commit details
    Browse the repository at this point in the history