Skip to content

Upgrade rubocop to version 0.58.1

Peter Boling requested to merge depfu/update/rubocop-0.58.1 into master

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 to super. (@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:


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.

Depfu Status

Merge request reports

Loading