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: github/rubocop-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.24.0
Choose a base ref
...
head repository: github/rubocop-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.25.0
Choose a head ref
  • 9 commits
  • 9 files changed
  • 3 contributors

Commits on May 21, 2025

  1. Bump ruby/setup-ruby from 1.238.0 to 1.244.0

    Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.238.0 to 1.244.0.
    - [Release notes](https://github.com/ruby/setup-ruby/releases)
    - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
    - [Commits](ruby/setup-ruby@e34163c...13e7a03)
    
    ---
    updated-dependencies:
    - dependency-name: ruby/setup-ruby
      dependency-version: 1.244.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 21, 2025
    Configuration menu
    Copy the full SHA
    6bc1412 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Specify the plugin class name explicitly

    This allows rubocop to be run in bundler standalone mode. Without
    specifying the plugin class name, rubocop errors out with:
    
    > Error: Failed to load plugin `rubocop-performance` because the corresponding plugin class could not be determined for instantiation.
    
    This is because it's trying to load the gem to find the name, but is
    unable to.
    
    Setting the class name doesn't affect running rubocop through bundler,
    it will still work properly
    mgriffin committed May 27, 2025
    Configuration menu
    Copy the full SHA
    84762bb View commit details
    Browse the repository at this point in the history
  2. Bump rubocop from 1.75.5 to 1.75.7

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.5 to 1.75.7.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.75.5...v1.75.7)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-version: 1.75.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored May 27, 2025
    Configuration menu
    Copy the full SHA
    5a69181 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0429371 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #306 from github/mgriffin/specify

    Specify the plugin class name explicitly
    mgriffin authored May 27, 2025
    Configuration menu
    Copy the full SHA
    e71daca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    713b3f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc80916 View commit details
    Browse the repository at this point in the history
  7. Bump to version 0.25.0

    mgriffin committed May 27, 2025
    Configuration menu
    Copy the full SHA
    1fab623 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #307 from github/mgriffin/bump

    Bump to version 0.25.0
    mgriffin authored May 27, 2025
    Configuration menu
    Copy the full SHA
    3ec982c View commit details
    Browse the repository at this point in the history
Loading