From b3e39014c97572cebca680418565f1264f76938d Mon Sep 17 00:00:00 2001 From: commitay Date: Tue, 18 Sep 2018 13:20:28 +1000 Subject: [PATCH] Library/Homebrew/.rubocop.yml: remove `RescueEnsureAlignment` --- Library/Homebrew/.rubocop.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Library/Homebrew/.rubocop.yml b/Library/Homebrew/.rubocop.yml index daf631a039..da003e380b 100644 --- a/Library/Homebrew/.rubocop.yml +++ b/Library/Homebrew/.rubocop.yml @@ -97,11 +97,6 @@ Naming/UncommunicativeMethodParamName: - 'to' - 'v' -# Auto-correct is broken (https://github.com/rubocop-hq/rubocop/issues/6258) -# and layout is not configurable (https://github.com/rubocop-hq/rubocop/issues/6254). -Layout/RescueEnsureAlignment: - Enabled: false - # Avoid false positives on modifiers used on symbols of methods # See https://github.com/rubocop-hq/rubocop/issues/5953 Style/AccessModifierDeclarations: