aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-28 13:09:03 +0900
committergit <svn-admin@ruby-lang.org>2023-03-28 07:26:46 +0000
commitd766d5346b5bf624c4666c813c7bb25485e826d7 (patch)
tree6530ee3e3524453e55d208dc2e453f72cd04b0b9 /lib/bundler
parent80be2e6c9ae419a69440c545f1338498a6bac939 (diff)
downloadruby-d766d5346b5bf624c4666c813c7bb25485e826d7.tar.gz
[rubygems/rubygems] Partly reverted
https://github.com/rubygems/rubygems/pull/6541 https://github.com/rubygems/rubygems/commit/21e07a04a1
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