From 9a2cd816df6ce5f4b5434ca5b728014a17ea5ac1 Mon Sep 17 00:00:00 2001 From: Brandon High Date: Tue, 3 Dec 2019 17:06:08 -0800 Subject: [PATCH] Update Rubocop to not use old cop name --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index fd3b135..e80ae47 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,9 +14,9 @@ Style/TrailingCommaInArrayLiteral: Style/TrailingCommaInArguments: EnforcedStyleForMultiline: comma -Layout/AlignHash: +Layout/HashAlignment: EnforcedHashRocketStyle: table -Layout/IndentFirstHashElement: +Layout/FirstHashElementIndentation: EnforcedStyle: consistent Style/StderrPuts: