Add trailing newline rule to rubocop

Just like we're suggesting when we do code reviews and like the rule
we've enabled in SCSS-Lint.
This commit is contained in:
Javi Martín
2018-09-21 01:26:08 +02:00
parent 2545d49aed
commit ad1e044e0a

View File

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