aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler')
-rw-r--r--lib/bundler/templates/newgem/rubocop.yml.tt4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bundler/templates/newgem/rubocop.yml.tt b/lib/bundler/templates/newgem/rubocop.yml.tt
index 4845a67bd5..9ecec78807 100644
--- a/lib/bundler/templates/newgem/rubocop.yml.tt
+++ b/lib/bundler/templates/newgem/rubocop.yml.tt
@@ -9,9 +9,5 @@ Style/StringLiteralsInInterpolation:
Enabled: true
EnforcedStyle: double_quotes
-Style/GlobalVars:
- Exclude:
- - ext/**/extconf.rb
-
Layout/LineLength:
Max: 120