From 0feccde80af01047b850340e2f04991d5eb55c82 Mon Sep 17 00:00:00 2001 From: ashmaroli Date: Sun, 29 Oct 2017 20:32:45 +0530 Subject: [PATCH] clean up Rubocop config (#6495) Merge pull request 6495 --- .rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 3a02c8fd0a9..e168064a340 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -38,8 +38,6 @@ Layout/MultilineMethodCallIndentation: EnforcedStyle: indented Layout/MultilineOperationIndentation: EnforcedStyle: indented -Layout/SpaceAroundOperators: - Enabled: true Layout/SpaceInsideBrackets: Enabled: false Lint/EndAlignment: @@ -100,14 +98,11 @@ Style/Alias: Enabled: false Style/AndOr: Severity: error -Style/Attr: - Enabled: false Style/BracesAroundHashParameters: Enabled: false Style/ClassAndModuleChildren: Enabled: false Style/FrozenStringLiteralComment: - Enabled: true EnforcedStyle: always Style/Documentation: Enabled: false