Skip to content

Bump rubocop from 1.55.0 to 1.55.1

George Koltsov requested to merge dependabot-bundler-rubocop-1.55.1 into main

Bumps rubocop from 1.55.0 to 1.55.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.55.1

Bug fixes

  • #12068: Fix a false positive for Style/ReturnNilInPredicateMethodDefinition when the last method argument in method definition is nil. (@​koic)
  • #12082: Fix an error for Lint/UselessAssignment when a variable is assigned and unreferenced in for with multiple variables. (@​koic)
  • #12079: Fix an error for Style/MixinGrouping when mixin method has no arguments. (@​koic)
  • #11637: Correct Rubocop for private_class_method method documentation. (@​bigzed)
  • #12070: Fix false positive in Style/ArgumentsForwarding when receiver forwards args/kwargs. (@​owst)
Changelog

Sourced from rubocop's changelog.

1.55.1 (2023-07-31)

Bug fixes

  • #12068: Fix a false positive for Style/ReturnNilInPredicateMethodDefinition when the last method argument in method definition is nil. ([@​koic][])
  • #12082: Fix an error for Lint/UselessAssignment when a variable is assigned and unreferenced in for with multiple variables. ([@​koic][])
  • #12079: Fix an error for Style/MixinGrouping when mixin method has no arguments. ([@​koic][])
  • #11637: Correct Rubocop for private_class_method method documentation. ([@​bigzed][])
  • #12070: Fix false positive in Style/ArgumentsForwarding when receiver forwards args/kwargs. ([@​owst][])
Commits
  • 000ae57 Cut 1.55.1
  • 89c3045 Update Changelog
  • 6e01713 [Fix #12079] Fix an error for Style/MixinGrouping
  • ee26d06 [Fix #12082] Fix an error for Lint/UselessAssignment
  • 59e940b Use RuboCop RSpec 2.23
  • 28e1456 Make InternalAffairs/ExampleDescription aware of an incorrect term
  • 2e1d3f9 Fix a typo
  • 24f6e99 [Fix #12070] Fix false positive in Style/ArgumentsForwarding
  • 14e81ad [Fix #12068] Fix a false positive for `Style/ReturnNilInPredicateMethodDefini...
  • d5b52dc [Docs] Tweak examples for Bundler/OrderedGems and `Gemspec/OrderedDependenc...
  • Additional commits viewable in compare view


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

Merge request reports