diff --git a/.rubocop_basic.yml b/.rubocop_basic.yml index 687429ca0..cebf55084 100644 --- a/.rubocop_basic.yml +++ b/.rubocop_basic.yml @@ -35,3 +35,6 @@ Metrics/LineLength: RSpec/NotToNot: Enabled: true + +Style/StringLiterals: + EnforcedStyle: double_quotes