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

Resolve autocorrect deprecations #378

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Earlopain
Copy link
Contributor

Builds in top of #377, just the last commit is specific to this branch.

Closes #368

This is pretty much just a compatibility layer in itself.

Cops here are still declared with the old style (autocorrect instance method for example)
but rewriting that all is not trivial and also works just fine

The gemspec dictates Ruby >= 2.7
Gemspec now requires >= 1.0, so this is just dead code
Closes Shopify#368

This is pretty much just a compatibility layer in itself.

Cops here are still declared with the old style (`autocorrect` instance method for example)
but rewriting that all is not trivial and also works just fine
@camertron
Copy link

Would love to see this get merged, anything I can do to help?

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.

Corrector deprecations from Rubocop
2 participants