Skip to content

Commit

Permalink
Remove redundant rubocop configs
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Feb 17, 2024
1 parent ea2c0fc commit a3f6024
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bundler/lib/bundler/templates/newgem/rubocop.yml.tt
Original file line number Diff line number Diff line change
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 a3f6024

Please sign in to comment.