rubocop: enforce Style/StringLiterals

This commit is contained in:
Parker Moore 2016-05-12 14:00:49 -05:00
parent b28e14bcd6
commit ffe6e0d996
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 0 additions and 1 deletions

View File

@ -191,7 +191,6 @@ Style/SpaceAroundOperators:
Style/SpaceInsideBrackets:
Enabled: false
Style/StringLiterals:
Enabled: false
EnforcedStyle: double_quotes
Style/StringLiteralsInInterpolation:
EnforcedStyle: double_quotes