From 7a07abc4f5e7180772ed3e5454bc284a6abf7371 Mon Sep 17 00:00:00 2001 From: Dylan Clark Date: Mon, 2 Dec 2019 13:48:33 -0800 Subject: [PATCH] Fix renamed cops Layout/AlignHash, and other cops were renamed in Rubocop 0.77 (see #7). Change the config accordingly. --- rubocop/rubocop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rubocop/rubocop.yml b/rubocop/rubocop.yml index 7e1de78..85eceae 100644 --- a/rubocop/rubocop.yml +++ b/rubocop/rubocop.yml @@ -25,15 +25,15 @@ AllCops: # Ruby Cops # -Layout/AlignHash: - Enabled: false - Layout/CaseIndentation: Enabled: false -Layout/IndentFirstArrayElement: +Layout/FirstArrayElementIndentation: EnforcedStyle: consistent +Layout/HashAlignment: + Enabled: false + Layout/MultilineMethodCallIndentation: EnforcedStyle: indented