From 19294a93e4f80c480678ffd0ebc1f562504f74ab Mon Sep 17 00:00:00 2001 From: clemkeirua Date: Thu, 24 Sep 2020 15:06:39 +0200 Subject: [PATCH] replace deprecate rubocop rules as suggested --- .rubocop.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 6010a7d4c..cce3f354a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -289,7 +289,7 @@ Layout/SpaceInsideReferenceBrackets: Layout/SpaceInsideStringInterpolation: Enabled: true -Layout/Tab: +Layout/IndentationStyle: Enabled: true Layout/TrailingEmptyLines: @@ -506,7 +506,7 @@ Lint/UselessAssignment: Exclude: - "spec/**/*" -Lint/UselessComparison: +Lint/BinaryOperatorWithIdenticalOperands: Enabled: true Lint/UselessElseWithoutRescue: @@ -1045,7 +1045,7 @@ Style/MethodCalledOnDoEndBlock: Style/MethodDefParentheses: Enabled: true -Style/MethodMissingSuper: +Lint/MissingSuper: Enabled: false Style/MinMax: