replace deprecate rubocop rules as suggested
This commit is contained in:
parent
a10e692d35
commit
19294a93e4
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue