diff --git a/.rubocop.yml b/.rubocop.yml index f697dab0f..93a1a6ce9 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -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