Skip to content

dep-dev: bump rubocop-performance from 1.14.0 to 1.14.1

Bumps rubocop-performance from 1.14.0 to 1.14.1.

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.14.1

Bug fixes

  • #291: Fix Performance/MapCompact autocorrect causing invalid syntax when using multiline map { ... }.compact as an argument for an assignment method. (@​QQism)
Changelog

Sourced from rubocop-performance's changelog.

1.14.1 (2022-06-05)

Bug fixes

  • #291: Fix Performance/MapCompact autocorrect causing invalid syntax when using multiline map { ... }.compact as an argument for an assignment method. ([@​QQism][])
Commits
  • 1b7a740 Cut 1.14.1
  • 9826c77 Update Changelog
  • 02af7cf Follow the version specification ~ for antora.yml
  • 297d8c7 Merge pull request #291 from QQism/qq/fix/autocorrection-performance-mapcompa...
  • 2ac0334 Fix Performance/MapCompact autocorrect causing invalid syntax
  • 7c1d7d5 Tweak a changelog entry
  • ff1ff76 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 0e540def

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

Merge request reports