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

Provide help in migrating from RuboCop #424

Open
bquorning opened this issue Mar 30, 2023 · 0 comments
Open

Provide help in migrating from RuboCop #424

bquorning opened this issue Mar 30, 2023 · 0 comments

Comments

@bquorning
Copy link
Contributor

While trying rubyfmt on a few different projects, I always end up facing the same problem: I am currently using RuboCop, and after migrating I need to keep using e.g. RuboCop-RSpec, RuboCop-Performance, custom cops etc. While rubyfmt is great for maintaining a consistent layout of my source code (and doing it fast!), RuboCop still has its place for fulfilling my other static analysis needs.

So I thought perhaps it might be useful to maintain a list of cops that people should disable when migrating to rubyfmt. It could either be as a markdown document or as a YAML-formatted RuboCop config file in a separate repo.

There will of course be some maintenance overhead as new versions of RuboCop are released. I have some loose ideas about how to automate it, but I wanted to get feedback from rubyfmt maintainers first.

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

No branches or pull requests

1 participant