Open
Description
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 the frozen_string_literal
comment.
To get the same formatting behaviour as before the flag needs to now be -A
(more info).
Metadata
Metadata
Assignees
Labels
No labels