rubocop: turn off trailing blank line check

This commit is contained in:
Priit Tark 2014-12-03 17:18:01 +02:00
parent f84fb4389e
commit 4d5fe81274

View file

@ -39,6 +39,10 @@ Style/IndentHash:
Style/TrailingWhitespace: Style/TrailingWhitespace:
Enabled: false Enabled: false
# a bit too annoying requirement, no big drawback yet dedected
Style/TrailingBlankLines:
Enabled: false
# allow == operator used in void context in specs # allow == operator used in void context in specs
Void: Void:
Exclude: Exclude: