From 8c8a9b6fac2a38bc1e7fe7b93a26cc94f7c18e24 Mon Sep 17 00:00:00 2001 From: Alessandro Lepore Date: Wed, 29 May 2019 11:05:37 +0200 Subject: [PATCH] Update obsolete rubocop cops It's complaining. --- .rubocop.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index ff338fa..5aa2c9f 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -4,7 +4,7 @@ AllCops: Exclude: - 'spec/dummy/**/*' - 'vendor/bundle/**/*' - TargetRubyVersion: 2.1 + TargetRubyVersion: 2.3 # Sometimes I believe this reads better # This also causes spacing issues on multi-line fixes @@ -38,9 +38,6 @@ Style/WordArray: Style/ConditionalAssignment: Enabled: false -Performance/Count: - Enabled: false - Style/RaiseArgs: Enabled: false @@ -73,10 +70,10 @@ Layout/ClosingParenthesisIndentation: Layout/MultilineMethodCallIndentation: Enabled: false -Layout/IndentArray: +Layout/IndentFirstArrayElement: Enabled: false -Layout/IndentHash: +Layout/IndentFirstHashElement: Enabled: false Layout/AlignHash: