-
Notifications
You must be signed in to change notification settings - Fork 213
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
rubyfmt compatibility #482
Comments
i was hoping to start using rubyfmt in my project and ran into a few conflicts. i setup a small repro here: the github actions output show some of the errors:
as a workaround i can use rubocop's
but i'm wondering if it would make sense to be able to turn these off in the |
@schpet thanks for posting this! The long-term goal of Standard & rubyfmt has always been eventual agreement in formatting rules. FWIW, my opinion here is the I am indifferent about |
there was only one formatting issue when we compat checked standard and rubyfmt which is how it formats something like this:
if we fix this then standard should be formattingwise compatible with rubyfmt
The text was updated successfully, but these errors were encountered: