replace deprecate rubocop rules as suggested

This commit is contained in:
clemkeirua 2020-09-24 15:06:39 +02:00 committed by Keirua (Rebase PR Action)
parent a10e692d35
commit 19294a93e4

View file

@ -289,7 +289,7 @@ Layout/SpaceInsideReferenceBrackets:
Layout/SpaceInsideStringInterpolation: Layout/SpaceInsideStringInterpolation:
Enabled: true Enabled: true
Layout/Tab: Layout/IndentationStyle:
Enabled: true Enabled: true
Layout/TrailingEmptyLines: Layout/TrailingEmptyLines:
@ -506,7 +506,7 @@ Lint/UselessAssignment:
Exclude: Exclude:
- "spec/**/*" - "spec/**/*"
Lint/UselessComparison: Lint/BinaryOperatorWithIdenticalOperands:
Enabled: true Enabled: true
Lint/UselessElseWithoutRescue: Lint/UselessElseWithoutRescue:
@ -1045,7 +1045,7 @@ Style/MethodCalledOnDoEndBlock:
Style/MethodDefParentheses: Style/MethodDefParentheses:
Enabled: true Enabled: true
Style/MethodMissingSuper: Lint/MissingSuper:
Enabled: false Enabled: false
Style/MinMax: Style/MinMax: