From b4be283485436e097af2c683b8d6159ed7477bf3 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Sat, 17 Feb 2024 14:31:58 -0800 Subject: [PATCH] [rubygems/rubygems] Remove redundant rubocop configs https://github.com/rubygems/rubygems/commit/a3f60240bf --- lib/bundler/templates/newgem/rubocop.yml.tt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/bundler/templates/newgem/rubocop.yml.tt b/lib/bundler/templates/newgem/rubocop.yml.tt index 9ecec78807..3d1c4ee7b2 100644 --- a/lib/bundler/templates/newgem/rubocop.yml.tt +++ b/lib/bundler/templates/newgem/rubocop.yml.tt @@ -2,12 +2,7 @@ AllCops: TargetRubyVersion: <%= ::Gem::Version.new(config[:required_ruby_version]).segments[0..1].join(".") %> Style/StringLiterals: - Enabled: true EnforcedStyle: double_quotes Style/StringLiteralsInInterpolation: - Enabled: true EnforcedStyle: double_quotes - -Layout/LineLength: - Max: 120