From 911c75cc750df319df799ddc7d564e176768b4b3 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Thu, 9 Oct 2014 14:03:45 +0300 Subject: [PATCH] rubocop: turn off whitespace hunting --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 1deb6d11e..7a9bd38fb 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,10 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false +# a bit too annoying requirement, no big drawback yet dedected +Style/TrailingWhitespace: + Enabled: false + # allow == operator used in void context in specs Void: Exclude: