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

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    125c51a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49da5fd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    fe712f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from rwstauner/rwstauner/contributing

    Update contributing doc
    koic authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    6e46f9e View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2022

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

Commits on Sep 27, 2022

  1. Fix an incorrect autocorrect for Minitest/RefuteMatch

    Follow up #181 and #184.
    
    This PR fixes an incorrect autocorrect for `Minitest/AssertMatch`
    when `refute` with `match` and RHS is a regexp literal.
    
    A regular expression literal must be the first argument to `refute_match`.
    `TypeError: no implicit conversion of Regexp into String` will occur if it is
    passed as the second argument.
    
    ```ruby
    refute_match(object, /regexp/) #=> TypeError: no implicit conversion of Regexp into String
    ```
    koic committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    40cbe03 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Merge pull request #185 from koic/fix_an_incorrect_autocorrect_for_mi…

    …nitest_refute_match
    
    Fix an incorrect autocorrect for `Minitest/RefuteMatch`
    koic authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    20f6487 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

    koic committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    83842cd View commit details
    Browse the repository at this point in the history
  3. Cut v0.22.2

    koic committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    8f2ff21 View commit details
    Browse the repository at this point in the history
Loading