diff --git a/rubocop.yml b/rubocop.yml index 836ea0c..1d7ae76 100644 --- a/rubocop.yml +++ b/rubocop.yml @@ -25,6 +25,9 @@ Style/Documentation: Style/StringLiterals: EnforcedStyle: double_quotes +Style/StringLiteralsInInterpolation: + EnforcedStyle: double_quotes + # Use a trailing comma to keep diffs clean when elements are inserted or removed Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma