Closed hpjaj closed 6 years ago
We are temporarily excluding the Style/StringLiterals cop in our .rubocop_todo.yml file. This cop needs to be enforced.
Style/StringLiterals
.rubocop_todo.yml
rubocop -a --auto-correct
Feature
Why is this feature being added?
We are temporarily excluding the
Style/StringLiterals
cop in our.rubocop_todo.yml
file. This cop needs to be enforced.What should your feature do?
Style/StringLiterals
style cop from the todo filerubocop -a --auto-correct
)