diff --git a/.rubocop.yml b/.rubocop.yml index f697dab0f..2bf64ceb0 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,9 @@ Layout/IndentationConsistency: Layout/EndOfLine: EnforcedStyle: lf +Layout/TrailingWhitespace: + Enabled: true + Bundler/DuplicatedGem: Enabled: true