From f05cfd938d1dae25a1ca868a2a6a994b9434c8d0 Mon Sep 17 00:00:00 2001 From: d-m-u Date: Wed, 4 Dec 2019 11:30:29 -0500 Subject: [PATCH] Rename cops to use updated names see https://github.com/rubocop-hq/rubocop/issues/7077 --- .rubocop_base.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop_base.yml b/.rubocop_base.yml index aa4ca5fe..dd8f1c7a 100644 --- a/.rubocop_base.yml +++ b/.rubocop_base.yml @@ -5,7 +5,7 @@ AllCops: - spec/manageiq/**/* - vendor/**/* TargetRubyVersion: 2.5 -Layout/AlignHash: +Layout/HashAlignment: EnforcedHashRocketStyle: table EnforcedColonStyle: table Layout/DefEndAlignment: @@ -40,7 +40,7 @@ Metrics/PerceivedComplexity: Enabled: false Naming/RescuedExceptionsVariableName: Enabled: false -Naming/UncommunicativeMethodParamName: +Naming/MethodParameterName: AllowedNames: - vm - dc