Upgrade rubocop to version 0.58.2

Created by: depfu[bot]

We've upgraded a dependency and all tests pass. \o/

name version specification new version
rubocop ~> 0.57.2 0.58.2

You should probably take a good look at this before merging this pull request, of course.

What changed?

️ rubocop ( → 0.58.2) · Repo · Changelog

Release Notes

From the Github release:

Changes

New features

  • #6105: Support {a,b} file name globs in Exclude and Include config. (@mikeyhew)

  • #6116: Add ip to allowed names of Naming/UncommunicativeMethodParamName cop in default config. (@nijikon)

Bug fixes

  • #6103: Fix a false positive for Layout/IndentationWidth when multiple modifiers are used in a block and a method call is made at end of the block. (@koic)
  • #6084: Fix Naming/MemoizedInstanceVariableName cop to allow methods to have leading underscores. (@kenman345)
  • #6098: Fix an error for Layout/ClassStructure when there is a comment in the macro method to be auto-correct. (@koic)
  • #6115: Fix a false positive for Lint/OrderedMagicComments when using { encoding: Encoding::SJIS } hash object after frozen_string_literal magic comment. (@koic)
Commits

See the full diff on Github. The new version differs by 19 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