Skip to content

Bump rubocop from 1.56.3 to 1.56.4

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

Bumps rubocop from 1.56.3 to 1.56.4.

Release notes

Sourced from rubocop's releases.

RuboCop 1.56.4

Bug fixes

  • #12221: Fix a false positive for Layout/EmptyLineAfterGuardClause when using return before guard condition with heredoc. (@​koic)
  • #12213: Fix a false positive for Lint/OrderedMagicComments when comment text # encoding: ISO-8859-1 is embedded within example code as source code comment. (@​koic)
  • #12205: Fix an error for Style/OperatorMethodCall when using foo bar./ baz. (@​koic)
  • #12208: Fix an incorrect autocorrect for the --disable-uncorrectable command line option when registering an offense is outside a percent array. (@​koic)
  • #12203: Fix an incorrect autocorrect for Lint/SafeNavigationChain when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. (@​koic)
  • #12206: Fix an incorrect autocorrect for Style/OperatorMethodCall when using foo./bar. (@​koic)
  • #12202: Fix an incorrect autocorrect for Style/RedundantConditional when unless/else with boolean results. (@​ydah)
  • #12199: Fix false negatives for Layout/MultilineMethodCallIndentation when using safe navigation operator. (@​koic)

Changes

  • #12197: Make Style/CollectionMethods aware of collect_concat. (@​koic)
Changelog

Sourced from rubocop's changelog.

1.56.4 (2023-09-28)

Bug fixes

  • #12221: Fix a false positive for Layout/EmptyLineAfterGuardClause when using return before guard condition with heredoc. ([@​koic][])
  • #12213: Fix a false positive for Lint/OrderedMagicComments when comment text # encoding: ISO-8859-1 is embedded within example code as source code comment. ([@​koic][])
  • #12205: Fix an error for Style/OperatorMethodCall when using foo bar./ baz. ([@​koic][])
  • #12208: Fix an incorrect autocorrect for the --disable-uncorrectable command line option when registering an offense is outside a percent array. ([@​koic][])
  • #12203: Fix an incorrect autocorrect for Lint/SafeNavigationChain when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. ([@​koic][])
  • #12206: Fix an incorrect autocorrect for Style/OperatorMethodCall when using foo./bar. ([@​koic][])
  • #12202: Fix an incorrect autocorrect for Style/RedundantConditional when unless/else with boolean results. ([@​ydah][])
  • #12199: Fix false negatives for Layout/MultilineMethodCallIndentation when using safe navigation operator. ([@​koic][])

Changes

  • #12197: Make Style/CollectionMethods aware of collect_concat. ([@​koic][])
Commits
  • fc57892 Cut 1.56.4
  • b7d99b8 Update Changelog
  • 0f55002 Merge pull request #12222 from koic/fix_a_false_positive_for_layout_empty_lin...
  • 59fb188 Merge pull request #12220 from koic/fix_an_incorrect_autocorrect_for_disable_...
  • 9b04830 [Fix #12221] Fix a false positive for Layout/EmptyLineAfterGuardClause
  • d0d612e [Fix #12208] Fix an incorrect autocorrect for the --disable-uncorrectable o...
  • c626229 Merge pull request #12218 from koic/fix_a_false_positive_for_lint_ordered_mag...
  • a2c1100 [Fix #12213] Fix a false positive for Lint/OrderedMagicComments
  • 3e92160 Disable RSpec/FilePath to resolve build error
  • 1e43822 Merge pull request #12215 from koic/update_the_doc_of_style_return_nil
  • 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