Skip to content

deps-dev: bump rubocop from 1.48.0 to 1.48.1

George Koltsov requested to merge dependabot/bundler/rubocop-1.48.1 into main

Created by: dependabot[bot]

Bumps rubocop from 1.48.0 to 1.48.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.48.1

Bug fixes

  • #11673: Fix incorrect Style/HashSyntax autocorrection for assignment methods. (@​gsamokovarov)
  • #11682: Fix a false positive for Lint/UselessRescue when using Thread#raise in rescue clause. (@​koic)
  • #11672: Fix an error for Layout/BlockEndNewline when multiline block } is not on its own line and it is used as multiple arguments. (@​koic)
  • #11675: Style/AccessorGrouping: Fix sibling detection for methods with type sigs. (@​issyl0)
  • #11658: Fix Lint/Debugger should not allow pry. (@​ThHareau)
  • #11686: Fix Lint/Syntax behavior when Enabled: false of Lint department. (@​koic)
  • #11677: Fix the severity for Lint/Syntax. (@​koic)
  • #11691: Fix an error for Gemspec/DependencyVersion when method called on gem name argument for add_dependency. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.48.1 (2023-03-13)

Bug fixes

  • #11673: Fix incorrect Style/HashSyntax autocorrection for assignment methods. ([@​gsamokovarov][])
  • #11682: Fix a false positive for Lint/UselessRescue when using Thread#raise in rescue clause. ([@​koic][])
  • #11672: Fix an error for Layout/BlockEndNewline when multiline block } is not on its own line and it is used as multiple arguments. ([@​koic][])
  • #11675: Style/AccessorGrouping: Fix sibling detection for methods with type sigs. ([@​issyl0][])
  • #11658: Fix Lint/Debugger should not allow pry. ([@​ThHareau][])
  • #11686: Fix Lint/Syntax behavior when Enabled: false of Lint department. ([@​koic][])
  • #11677: Fix the severity for Lint/Syntax. ([@​koic][])
  • #11691: Fix an error for Gemspec/DependencyVersion when method called on gem name argument for add_dependency. ([@​koic][])
Commits
  • 675114c Cut 1.48.1
  • a0d896a Update Changelog
  • ed786ab [Fix #11658] Register Object#pry as an offense (#11669)
  • 96911a9 [Doc] Tweak the doc for DisabledByDefault config
  • e79974b Merge pull request #11691 from koic/fix_an_error_for_gemspec_dependency_version
  • a3b8a8d Fix an error for Gemspec/DependencyVersion
  • f035637 Fix Lint/Syntax behavior when Enabled: false of Lint department
  • d11e25f Add Ruby 3.3 context to rspec/support.rb
  • 0fc26d8 [Fix #11677] Fix the severity for Lint/Syntax
  • 6c3bbff [Fix #11682] Fix a false positive for Lint/UselessRescue
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports