[rubygems/rubygems] Remove redundant rubocop configs
https://github.com/rubygems/rubygems/commit/a3f60240bf
This commit is contained in:
parent
3d4f5e7671
commit
b4be283485
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user