From 3a486e7363ce3b4af9f02379127c7f1eec1209dc Mon Sep 17 00:00:00 2001 From: xithan Date: Wed, 7 Oct 2015 10:15:43 +0200 Subject: [PATCH] ruby-style: turn "unnecessary spacing" off --- .ruby-style.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-style.yml b/.ruby-style.yml index 63510dde1..751729069 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -606,7 +606,7 @@ Style/SymbolArray: Enabled: false Style/ExtraSpacing: Description: Do not use unnecessary spacing. - Enabled: true + Enabled: false Style/AccessorMethodName: Description: Check the naming of accessor methods for get_/set_. Enabled: false