Merge pull request #2925 from consul/backport-rubocop_whitespace

Update rubocop rules
This commit is contained in:
Javier Martín
2018-10-01 13:41:10 +02:00
committed by GitHub

View File

@@ -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