Upgrade rubocop to version 0.58.1
Created by: depfu[bot]
We've upgraded a dependency and got test failures.
name | version specification | new version |
---|---|---|
rubocop | ~> 0.57.2 | 0.58.1 |
It looks like this version isn't compatible with your project right now. Please take a look at the exact failure to figure out if this is something you need to work on.
What changed?
✳ ️ rubocop ( → 0.58.1) · Repo · Changelog
Release Notes
From the Github release:
Bug fixes
-
#6071: Fix auto-correct
Style/MethodCallWithArgsParentheses
when arguments are method calls. (@maxh) - Fix
Style/RedundantParentheses
with hash literal as first argument tosuper
. (@maxh) -
#6086: Fix an error for
Gemspec/OrderedDependencies
when using method call to gem names in gemspec. (@koic) -
#6089: Make
Rails/BulkChangeTable
aware of variable table name. (@wata727) -
#6088: Fix an error for
Layout/MultilineAssignmentLayout
cop when using multi-line block defines on separate lines. (@koic) - #6092: Don't use the broken parser 2.5.1.1 version. (@bbatsov)
Commits
See the full diff on Github. The new version differs by 9 commits:
Cut 0.58.1
[Fix #6092] Don't use the broken parser 2.5.1.1 version
[Fix #6071] Fix MethodCallWithArgsParentheses when args are method calls (#6083)
[Fix #6089] Make `Rails/BulkChangeTable` aware of variable table name (#6090)
[Fix #6088] Fix an error for `Layout/MultilineAssignmentLayout`
Fix `Style/RedundantParentheses` with hash literal as first argument to `super` (#6085)
[Fix #6086] Fix an error for `Gemspec/OrderedDependencies`
Add reference to doc of `Performance/RegexpMatch`
Move `ContextCreatingMethods` and `MethodCreatingMethods` to default.yml
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase
.