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

New cop to warn about existing_card_id usage #62

Merged
merged 5 commits into from
Nov 3, 2023

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    a3066ed View commit details
    Browse the repository at this point in the history
  2. Fix overridden add_offense method

    In d525445, we updated the `add_offense` method to let it work with
    older ruby versions. Everything worked fine until we started passing
    other params to the method, such as the severity, which doesn't work
    in Ruby 2.7 because the behavior is incorrect. Our way of calling
    the super method was introduced in Ruby 2.7, so we need to start using
    the new way from the correct version.
    MassimilianoLattanzio committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    b8400cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd6238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6504154 View commit details
    Browse the repository at this point in the history
  5. Update docs

    MassimilianoLattanzio committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    50a2e02 View commit details
    Browse the repository at this point in the history