Skip to content

dep: bump rubocop-performance from 1.15.0 to 1.15.1

Bumps rubocop-performance from 1.15.0 to 1.15.1.

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.15.1

Bug fixes

  • #309: Fix an error for Performance/MapCompact when using map(&:do_something).compact and there is a line break after map.compact and assigning with ||=. (@​koic)

Changes

  • #307: Support autocorrection even if reject is used on Performance/Count. (@​r7kamura)
Changelog

Sourced from rubocop-performance's changelog.

1.15.1 (2022-11-16)

Bug fixes

  • #309: Fix an error for Performance/MapCompact when using map(&:do_something).compact and there is a line break after map.compact and assigning with ||=. ([@​koic][])

Changes

  • #307: Support autocorrection even if reject is used on Performance/Count. ([@​r7kamura][])
Commits
  • 410c6f5 Cut 1.15.1
  • 442feb3 Update Changelog
  • 84645a8 Merge pull request #310 from koic/fix_an_error_for_performance_map_compact
  • 60dbe30 [Fix #309] Fix an error for Performance/MapCompact
  • 3dd06b5 Merge pull request #307 from r7kamura/feature/count
  • 3554550 Support autocorrection even if reject is used on Performance/Count
  • d5bb1fe Supress Style/RedundantStringEscape's offenses
  • 4fb546b Add a project spec for future changelog entry
  • 7d46c6a Use RuboCop RSpec 2.13
  • 3931d83 Switch back docs version to master
  • See full diff 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 50cbe7c1

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

Merge request reports