Skip to content

Commit

Permalink
[rubygems/rubygems] Remove redundant rubocop configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg authored and matzbot committed Feb 19, 2024
1 parent 3d4f5e7 commit b4be283
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/bundler/templates/newgem/rubocop.yml.tt
Expand Up @@ -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

0 comments on commit b4be283

Please sign in to comment.