From b86d522a2ba8d819f2fd66a91236804bbe9d5867 Mon Sep 17 00:00:00 2001 From: Jake Lambert Date: Fri, 3 Mar 2017 08:15:19 -0500 Subject: [PATCH] Fixed .rubocop.yml --- .rubocop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 594b2ca..e1a82ed 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -32,7 +32,7 @@ Style/NumericLiterals: Enabled: false Style/CaseIndentation: - IndentWhenRelativeTo: end + EnforcedStyle: end Style/IndentHash: EnforcedStyle: consistent @@ -66,7 +66,7 @@ Metrics/PerceivedComplexity: Enabled: false Lint/EndAlignment: - AlignWith: variable + EnforcedStyleAlignWith: variable Style/FrozenStringLiteralComment: Enabled: false