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.tt4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler/templates/newgem/rubocop.yml.tt b/lib/bundler/templates/newgem/rubocop.yml.tt
index 9ecec78807..4845a67bd5 100644
--- a/lib/bundler/templates/newgem/rubocop.yml.tt
+++ b/lib/bundler/templates/newgem/rubocop.yml.tt
@@ -9,5 +9,9 @@ Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: double_quotes
+Style/GlobalVars:
+ Exclude:
+ - ext/**/extconf.rb
+
Layout/LineLength:
Max: 120