Don't allow trailing whitespaces in rubocop

Luckily we don't have any trailing whitespaces around, but we might
accidentally introduce some.
This commit is contained in:
Javi Martín
2018-09-20 17:03:09 +02:00
parent 2c22ab347d
commit 2545d49aed

View File

@@ -25,6 +25,9 @@ Layout/IndentationConsistency:
Layout/EndOfLine: Layout/EndOfLine:
EnforcedStyle: lf EnforcedStyle: lf
Layout/TrailingWhitespace:
Enabled: true
Bundler/DuplicatedGem: Bundler/DuplicatedGem:
Enabled: true Enabled: true