Skip to content

dep-dev: bump rubocop from 1.31.1 to 1.31.2

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

Bumps rubocop from 1.31.1 to 1.31.2.

Release notes

Sourced from rubocop's releases.

RuboCop 1.31.2

Bug fixes

  • #10774: Fix false negatives in Style/DocumentationMethod when a public method is defined after a private one. (@​Darhazer)
  • #10764: Fix performance issue for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation. (@​j-miyake)
  • #10780: Fix an error when using rubocop:auto_correct deprecated custom rake task. (@​koic)
  • #10786: Fix a false positive for Lint/NonAtomicFileOperation when using complex conditional. (@​koic)
  • #10785: Fix a false negative for Style/RedundantParentheses when parens around a receiver of a method call with an argument. (@​koic)
  • #10026: Fix merging of array parameters in either parent of default config. (@​jonas054)
Changelog

Sourced from rubocop's changelog.

1.31.2 (2022-07-07)

Bug fixes

  • #10774: Fix false negatives in Style/DocumentationMethod when a public method is defined after a private one. ([@​Darhazer][])
  • #10764: Fix performance issue for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation. ([@​j-miyake][])
  • #10780: Fix an error when using rubocop:auto_correct deprecated custom rake task. ([@​koic][])
  • #10786: Fix a false positive for Lint/NonAtomicFileOperation when using complex conditional. ([@​koic][])
  • #10785: Fix a false negative for Style/RedundantParentheses when parens around a receiver of a method call with an argument. ([@​koic][])
  • #10026: Fix merging of array parameters in either parent of default config. ([@​jonas054][])
Commits
  • 733c5b9 Cut 1.31.2
  • a55d878 Update Changelog
  • 354f88b [Fix #10026] Fix inherit_mode resolution for parent and default config
  • b8a1cb0 [Fix #10764] Fix performance issue for Layout/FirstHashElementIndentation and...
  • 78bb9ab [Fix #10786] Fix a false positive for Lint/NonAtomicFileOperation
  • 9577173 Merge pull request #10785 from koic/fix_a_false_negative_for_style_redundant_...
  • 74ee625 Fix a false negative for Style/RedundantParentheses
  • 8cc65d1 Merge pull request #10743 from ydah/add_generator_restrict_on_send
  • 55e2d08 Add RESTRICT_ON_SEND to the Cop template generated by the new_cop task
  • 9ebb61a [Fix #10780] Fix an error when using rubocop:auto_correct rake task
  • 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

Allure report

allure-report-publisher generated test report!

rspec: test report for ef081ed2

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

Merge request reports