OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Implements Rubocop style cop for string literals #352

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

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:

Issue Resolved

Fixes #351