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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user