Merge pull request #2925 from consul/backport-rubocop_whitespace
Update rubocop rules
This commit is contained in:
@@ -25,6 +25,12 @@ Layout/IndentationConsistency:
|
||||
Layout/EndOfLine:
|
||||
EnforcedStyle: lf
|
||||
|
||||
Layout/TrailingBlankLines:
|
||||
Enabled: true
|
||||
|
||||
Layout/TrailingWhitespace:
|
||||
Enabled: true
|
||||
|
||||
Bundler/DuplicatedGem:
|
||||
Enabled: true
|
||||
|
||||
@@ -420,3 +426,6 @@ Security/MarshalLoad:
|
||||
|
||||
Security/YAMLLoad:
|
||||
Enabled: true
|
||||
|
||||
Style/PercentLiteralDelimiters:
|
||||
Enabled: true
|
||||
|
||||
Reference in New Issue
Block a user