From 2101de77cf4e629c1cffcf9a3fc6dad2fc379259 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 1 Dec 2019 14:20:11 +0000 Subject: [PATCH] .rubocop_cask: fix RuboCop names. Broken since a RuboCop update. --- Library/.rubocop_cask.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/.rubocop_cask.yml b/Library/.rubocop_cask.yml index 938acb0afe..d779e664d4 100644 --- a/Library/.rubocop_cask.yml +++ b/Library/.rubocop_cask.yml @@ -26,10 +26,10 @@ Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table -Layout/IndentFirstArrayElement: +Layout/FirstArrayElementIndentation: EnforcedStyle: align_brackets -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: align_braces # Casks often contain long URLs and file paths.