We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If anyone else wants to pick this up, it requires the following in .rubocop.yml:
.rubocop.yml
Style/StringLiterals: Enabled: true
And then running rubocop -a to deal with any instances where that rule hasn't been enforced.
rubocop -a
I'll try do it later today/on Monday
The text was updated successfully, but these errors were encountered:
PR created as above, it seems like there isn't enough appetite for this, at the moment at least. Happy to contribute further if this changes.
Sorry, something went wrong.
Yeah unfortunately the risk/reward of trying to go about these changes it too high for the team's capacity at the moment.
If you're interested in contributing on other issues, let me know and I'd be happy to point out some other good first issues!
No branches or pull requests
If anyone else wants to pick this up, it requires the following in
.rubocop.yml
:And then running
rubocop -a
to deal with any instances where that rule hasn't been enforced.I'll try do it later today/on Monday
The text was updated successfully, but these errors were encountered: