Enable double quotes rubocop rule

This commit is contained in:
Julian Herrero
2019-01-13 20:49:05 +01:00
parent cc288fcedd
commit 4af0de2d1d

View File

@@ -35,3 +35,6 @@ Metrics/LineLength:
RSpec/NotToNot: RSpec/NotToNot:
Enabled: true Enabled: true
Style/StringLiterals:
EnforcedStyle: double_quotes