From 7ed2f604d431258412682237634c40be9e7a0e70 Mon Sep 17 00:00:00 2001 From: Prommah Date: Thu, 29 Oct 2015 06:43:02 +0000 Subject: [PATCH] Removed unpopular non-default style rule --- config/styles/ruby.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/styles/ruby.yml b/config/styles/ruby.yml index 2d6dc0f..c97ef12 100755 --- a/config/styles/ruby.yml +++ b/config/styles/ruby.yml @@ -13,14 +13,6 @@ Style/CollectionMethods: find: detect find_all: select reduce: inject -Style/DotPosition: - Description: Checks the position of the dot in multi-line method calls. - StyleGuide: https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains - Enabled: true - EnforcedStyle: trailing - SupportedStyles: - - leading - - trailing Style/FileName: Description: Use snake_case for source file names. StyleGuide: https://github.com/bbatsov/ruby-style-guide#snake-case-files