From 6af1edaf4b0f1bf9b92521c6c8ae43c8da9420b4 Mon Sep 17 00:00:00 2001 From: ivar vasara Date: Tue, 11 Sep 2018 10:59:34 -0700 Subject: [PATCH] updates rubocop config --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 14bca47b72..1754099b0f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -285,7 +285,7 @@ Layout/DefEndAlignment: # Multi-line method chaining should be done with leading dots. Layout/DotPosition: - EnforcedStyle: leading + EnforcedStyle: trailing SupportedStyles: - leading - trailing @@ -589,7 +589,7 @@ Layout/SpaceInsideArrayLiteralBrackets: - no_space Layout/SpaceInsideBlockBraces: - EnforcedStyle: space + EnforcedStyle: no_space SupportedStyles: - space - no_space