From 5c85776e47303a7d13849ae2900321a163a9d510 Mon Sep 17 00:00:00 2001 From: sue445 Date: Thu, 28 Nov 2019 08:30:44 +0900 Subject: [PATCH] Layout/IndentFirstArrayElement and Layout/IndentFirstHashElement are renamed since rubocop 0.77.0 c.f. https://github.com/rubocop-hq/rubocop/pull/7468 --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 51966a1..fa45473 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -13,8 +13,8 @@ AllCops: # uncomment if use rails cops # TargetRailsVersion: 5.1 -Layout/IndentFirstArrayElement: +Layout/FirstArrayElementIndentation: EnforcedStyle: consistent -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent