Skip to content

Conversation

@santiagorodriguez96
Copy link
Contributor

This flag is redundant for our own code since we already have the # frozen_string_literal: true directive at the top of each file, enforced by RuboCop.

While the flag could theoretically catch frozen string issues in dependencies, I don't think we want our CI to fail because of frozen string errors in gems we don't have control of.

This flag was redundant for our own code since we already have the
`# frozen_string_literal: true` directive at the top of each file,
enforced by RuboCop.

While the flag could theoretically catch frozen string issues in
dependencies, I don't think we want our CI to fail because of frozen
string errors in gems we don't have control of.
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

Successfully merging this pull request may close these issues.

2 participants