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
This PR:
rubocop -a --auto-correct
Fixes #351
Description of changes
We are temporarily excluding the
Style/StringLiterals
cop in our.rubocop_todo.yml
file. This cop needs to be enforced.This PR:
Style/StringLiterals
style cop from the todo filerubocop -a --auto-correct
) to correct all the offending filesIssue Resolved
Fixes #351