Skip to content

development-dependency: bump rubocop from 1.22.0 to 1.22.1

George Koltsov requested to merge dependabot-bundler-rubocop-1.22.1 into master

Bumps rubocop from 1.22.0 to 1.22.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.22.1

Bug fixes

  • #10143: Fix an error for Lint/RequireRelativeSelfPath when using a variable as an argument of require_relative. (@​koic)
  • #10140: Fix false positive for Layout/DotPosition when a heredoc receives a method on the same line as the start sigil in trailing style. (@​dvandersluis)
  • #10148: Fix Style/QuotedSymbols handling escaped characters incorrectly. (@​dvandersluis)
  • #10145: Update Style/SelectByRegexp to ignore cases where the receiver appears to be a hash. (@​dvandersluis)
Changelog

Sourced from rubocop's changelog.

1.22.1 (2021-10-04)

Bug fixes

  • #10143: Fix an error for Lint/RequireRelativeSelfPath when using a variable as an argument of require_relative. ([@​koic][])
  • #10140: Fix false positive for Layout/DotPosition when a heredoc receives a method on the same line as the start sigil in trailing style. ([@​dvandersluis][])
  • #10148: Fix Style/QuotedSymbols handling escaped characters incorrectly. ([@​dvandersluis][])
  • #10145: Update Style/SelectByRegexp to ignore cases where the receiver appears to be a hash. ([@​dvandersluis][])
Commits
  • b5c9369 Cut 1.22.1
  • ba81023 Update Changelog
  • 31ea684 [Fix #10145] Update Style/SelectByRegexp to ignore cases where the receiver...
  • a7ef72a [Fix #10148] Fix Style/QuotedSymbols handling escaped characters incorrectly.
  • eba1d4d Fix inconsistent capitalization of RuboCop.
  • 275a70b Clarify documentation for Style/QuotedSymbols.
  • 1bed3ec Refine offense highlight range for Style/RedundantArgument
  • efcf741 Merge pull request #10146 from koic/fix_an_error_for_lint_require_relative_se...
  • d26ec0c Merge pull request #10141 from dvandersluis/issue/10140
  • afa9bb5 [Fix #10143] Fix an error for Lint/RequireRelativeSelfPath
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot rebase will rebase this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports