-
Notifications
You must be signed in to change notification settings - Fork 68
No longer formatting files #123
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
Comments
Please see misogi#123
The rubocop team made a breaking changing on until the PR made by AlectRust, We can downgrade to a 0.86 version of rubocop |
For now, can we update the README? PR: #128 |
I did try to change code in my |
Annoyingly RuboCop 0.86 suffers from rubocop/rubocop#8713 :
|
@bobmaerten what version of rubocop are you using?
|
In Rubocop 0.87.0 the behaviour of autocorrect (
-a
) was changed (rubocop/rubocop#8156).I assume this extension is using
-a
since it has stopped formatting my.rb
files with thefrozen_string_literal
comment.To get the same formatting behaviour as before the flag needs to now be
-A
(more info).I assume this issue is the same as #120, #121.
The text was updated successfully, but these errors were encountered: