You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When autocorrecting Style/FrozenStringLiteralComment offenses it should introduce at the beginning of the file # frozen_string_literal: true, followed by an empty line.
Actual behavior
it introduce at the beginning of the file # frozen_string_literal: true and Layout/EmptyLineAfterMagicComment complain because of the missing empty line.
Autocorrecting Style/FrozenStringLiteralComment introduces Layout/EmptyLineAfterMagicComment offenses. 😖
Expected behavior
When autocorrecting Style/FrozenStringLiteralComment offenses it should introduce at the beginning of the file
# frozen_string_literal: true
, followed by an empty line.Actual behavior
it introduce at the beginning of the file
# frozen_string_literal: true
and Layout/EmptyLineAfterMagicComment complain because of the missing empty line.RuboCop version
The text was updated successfully, but these errors were encountered: