There was an error while loading. Please reload this page.
2 parents c02a3ed + afd0e1d commit 3d5b49cCopy full SHA for 3d5b49c
rubocop.yml
@@ -25,6 +25,9 @@ Style/Documentation:
25
Style/StringLiterals:
26
EnforcedStyle: double_quotes
27
28
+Style/StringLiteralsInInterpolation:
29
+ EnforcedStyle: double_quotes
30
+
31
# Use a trailing comma to keep diffs clean when elements are inserted or removed
32
Style/TrailingCommaInArguments:
33
EnforcedStyleForMultiline: comma
0 commit comments