summaryrefslogtreecommitdiff
path: root/lib/bundler/templates
diff options
context:
space:
mode:
authorDouglas Eichelberger <dduugg@gmail.com>2024-02-17 14:31:58 -0800
committergit <svn-admin@ruby-lang.org>2024-02-19 04:48:42 +0000
commitb4be283485436e097af2c683b8d6159ed7477bf3 (patch)
tree6bd1f93918229722e94583f0094a6c9e6bdda698 /lib/bundler/templates
parent3d4f5e7671271335429e33605366f792bc84a2a2 (diff)
[rubygems/rubygems] Remove redundant rubocop configs
https://github.com/rubygems/rubygems/commit/a3f60240bf
Diffstat (limited to 'lib/bundler/templates')
-rw-r--r--lib/bundler/templates/newgem/rubocop.yml.tt5
1 files changed, 0 insertions, 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