From 4d5fe81274f75bdde35c04f8afbfa72573c444b7 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Wed, 3 Dec 2014 17:18:01 +0200 Subject: [PATCH] rubocop: turn off trailing blank line check --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index feaf4db68..edf06c38d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -39,6 +39,10 @@ Style/IndentHash: Style/TrailingWhitespace: Enabled: false +# a bit too annoying requirement, no big drawback yet dedected +Style/TrailingBlankLines: + Enabled: false + # allow == operator used in void context in specs Void: Exclude: