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 support for old rubocops #54

Merged
merged 3 commits into from
Sep 25, 2024

Conversation

viralpraxis
Copy link
Collaborator

@viralpraxis viralpraxis commented Sep 24, 2024

A brief outline of the version requirements for the 4 most popular RuboCop extensions:

  • rubocop-performance: 1.48 (ref)
  • rubocop-rails: 1.52 (ref)
  • rubocop-rspec: 1.62 (ref)
  • rubocop-minitest: 1.61 (ref)

Old RuboCop versions fail on ruby-head and give me some headache, e.g. in #52 I can't use RuboCop::Cop::AllowedIdentifiers because it was not implemented on rubocop's side few years ago.

I bet almost no one uses rubocop < 1.48 (which was released over a year ago) because it's a very easy-to-upgrade gem

@viralpraxis viralpraxis self-assigned this Sep 24, 2024
@viralpraxis viralpraxis marked this pull request as ready for review September 24, 2024 16:52
Copy link
Collaborator

@mikegee mikegee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💀

@viralpraxis viralpraxis merged commit 8d6bb05 into rubocop:master Sep 25, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants