KEMBAR78
Comparing v1.46.0...v1.47.1 · rubocop/rubocop-ast · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubocop/rubocop-ast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.46.0
Choose a base ref
...
head repository: rubocop/rubocop-ast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.47.1
Choose a head ref
  • 16 commits
  • 21 files changed
  • 5 contributors

Commits on Jul 16, 2025

  1. Restore docs/antora.yml

    marcandre committed Jul 16, 2025
    Configuration menu
    Copy the full SHA
    18a2bc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3abf9d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    cfe96c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2025

  1. Remove CodeClimate from CI (#383)

    CodeClimate as a coverage service has been discontinued.
    
    https://codeclimate.com/blog/code-climate-quality-is-now-qlty-software
    https://docs.qlty.sh/migration/coverage
    > The Code Climate API will be disabled on July 18th, 2025.
    
    In RuboCop, the coverage recording was simply removed instead of setting up an alternative.
    Can we do the same here?
    Earlopain authored Jul 29, 2025
    Configuration menu
    Copy the full SHA
    694b3bf View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. Bump actions/checkout from 4 to 5 (#384)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    cb62a2d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Remove misspell from CI

    Earlopain authored and bbatsov committed Aug 25, 2025
    Configuration menu
    Copy the full SHA
    cb409b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0761f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Configuration menu
    Copy the full SHA
    f7e25f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bddfd6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fffb71 View commit details
    Browse the repository at this point in the history
  4. Update Changelog

    marcandre committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    bdce308 View commit details
    Browse the repository at this point in the history
  5. Cut 1.47.0

    marcandre committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    7a2aa5d View commit details
    Browse the repository at this point in the history
  6. Restore docs/antora.yml

    marcandre committed Sep 19, 2025
    Configuration menu
    Copy the full SHA
    53a64d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. Allow to match against the empty string

    You can work around this by writing `(str empty?)` instead
    but I feel like this should just work
    Earlopain authored and marcandre committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    7695bf2 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    marcandre committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    fb62fd9 View commit details
    Browse the repository at this point in the history
  3. Cut 1.47.1

    marcandre committed Sep 22, 2025
    Configuration menu
    Copy the full SHA
    4d22ef0 View commit details
    Browse the repository at this point in the history
Loading