summaryrefslogtreecommitdiff
path: root/lib/bundler/templates/newgem/rubocop.yml.tt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/templates/newgem/rubocop.yml.tt')
-rw-r--r--lib/bundler/templates/newgem/rubocop.yml.tt7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/rubocop.yml.tt b/lib/bundler/templates/newgem/rubocop.yml.tt
new file mode 100644
index 0000000000..ca11bac1b6
--- /dev/null
+++ b/lib/bundler/templates/newgem/rubocop.yml.tt
@@ -0,0 +1,7 @@
+Style/StringLiterals:
+ Enabled: true
+ EnforcedStyle: double_quotes
+
+Style/StringLiteralsInInterpolation:
+ Enabled: true
+ EnforcedStyle: double_quotes