From d766d5346b5bf624c4666c813c7bb25485e826d7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 28 Mar 2023 13:09:03 +0900 Subject: [PATCH] [rubygems/rubygems] Partly reverted https://github.com/rubygems/rubygems/pull/6541 https://github.com/rubygems/rubygems/commit/21e07a04a1 --- lib/bundler/templates/newgem/rubocop.yml.tt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/bundler/templates/newgem/rubocop.yml.tt b/lib/bundler/templates/newgem/rubocop.yml.tt index 4845a67bd5693b..9ecec788075a5d 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