Skip to content

dep: bump rubocop from 1.33.0 to 1.34.1

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

Bumps rubocop from 1.33.0 to 1.34.1.

Release notes

Sourced from rubocop's releases.

RuboCop 1.34.1

Bug fixes

  • #10893: Fix an error when running rubocop without bundle exec. (@​koic)

RuboCop 1.34

New features

Bug fixes

  • #10552: Require RuboCop AST 1.20.0+ to fix a false positive for Lint/OutOfRangeRegexpRef when using fixed-encoding regopt. (@​koic)
  • #10512: Fix a false positive for Lint/ShadowingOuterLocalVariable conditional statement and block variable. (@​ydah)
  • #10864: min and max results in false positives for Style/SymbolProc similarly to select and reject. (@​mollerhoj)
  • #10846: Fix a false negative for Style/DoubleNegation when there is a hash or an array at return location of method. (@​nobuyo)
  • #10875: Fix an obsolete option configuration values are duplicated when generating .rubocop_todo.yml. (@​ydah)
  • #10877: Fix crash with Layout/BlockEndNewline heredoc detection. (@​dvandersluis)
  • #10859: Fix Lint/Debugger to be able to handle method chains correctly. (@​dvandersluis)
  • #10883: Fix Style/RedundantParentheses to be able to detect offenses and properly correct when the end parentheses and comma are on their own line. (@​dvandersluis)
  • #10881: Fix Style/SoleNestedConditional to properly wrap block and csend nodes when necessary. (@​dvandersluis)
  • #10867: Mark autocorrection for Lint/EmptyConditionalBody as unsafe. (@​dvandersluis)
  • #10871: Restore RuboCop::ConfigLoader.project_root as deprecated. (@​koic)

Changes

Changelog

Sourced from rubocop's changelog.

1.34.1 (2022-08-09)

Bug fixes

  • #10893: Fix an error when running rubocop without bundle exec. ([@​koic][])

1.34.0 (2022-08-09)

New features

Bug fixes

  • #10552: Require RuboCop AST 1.20.0+ to fix a false positive for Lint/OutOfRangeRegexpRef when using fixed-encoding regopt. ([@​koic][])
  • #10512: Fix a false positive for Lint/ShadowingOuterLocalVariable conditional statement and block variable. ([@​ydah][])
  • #10864: min and max results in false positives for Style/SymbolProc similarly to select and reject. ([@​mollerhoj][])
  • #10846: Fix a false negative for Style/DoubleNegation when there is a hash or an array at return location of method. ([@​nobuyo][])
  • #10875: Fix an obsolete option configuration values are duplicated when generating .rubocop_todo.yml. ([@​ydah][])
  • #10877: Fix crash with Layout/BlockEndNewline heredoc detection. ([@​dvandersluis][])
  • #10859: Fix Lint/Debugger to be able to handle method chains correctly. ([@​dvandersluis][])
  • #10883: Fix Style/RedundantParentheses to be able to detect offenses and properly correct when the end parentheses and comma are on their own line. ([@​dvandersluis][])
  • #10881: Fix Style/SoleNestedConditional to properly wrap block and csend nodes when necessary. ([@​dvandersluis][])
  • #10867: Mark autocorrection for Lint/EmptyConditionalBody as unsafe. ([@​dvandersluis][])
  • #10871: Restore RuboCop::ConfigLoader.project_root as deprecated. ([@​koic][])

Changes

Commits


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

Allure report

allure-report-publisher generated test report!

rspec: test report for 217d7bf3

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 236    | 0      | 0       | 0     | 236   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports