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

Drop rubocop-minitest from gem dependency #18

Merged
merged 1 commit into from
Nov 3, 2024

Commits on Jul 9, 2024

  1. Drop rubocop-minitest from gem dependency

    Closes rails#13.
    
    This PR drops rubocop-minitest from gem dependency.
    
    In fact, the `Minitest` department's Cop is not used in rubocop-rails-omakase:
    https://github.com/rails/rubocop-rails-omakase/blob/v1.0.0/rubocop.yml
    
    This means that it might be appropriate for users to add the `Minitest` department's cop only when they start using it.
    As a result, there will be no need to install gems that are not included in the rubocop-rails-omakase configuration.
    
    Users can be given the choice to add cops based on the testing framework they are using.
    koic committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9357aa5 View commit details
    Browse the repository at this point in the history