From 20d78f0220e51c2c787c030e1c20900e4eaf0bf6 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Thu, 9 Oct 2014 12:37:40 +0300 Subject: [PATCH] Updated rubocop yml --- .rubocop.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index ce05b727c..1deb6d11e 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -29,6 +29,11 @@ Style/BracesAroundHashParameters: Style/IndentHash: Enabled: false +# allow == operator used in void context in specs +Void: + Exclude: + - 'spec/**/*' + # No need to force reduce to use |a, e| as parameters. # Configuration parameters: Methods. Style/SingleLineBlockParams: