dep: bump rubocop-performance from 1.14.3 to 1.15.0
Bumps rubocop-performance from 1.14.3 to 1.15.0.
Release notes
Sourced from rubocop-performance's releases.
RuboCop Performance 1.15.0
New features
- #305: Support numbered parameter for
Performance/RedundantSortBlock
,Performance/SortReverse
, andPerformance/TimesMap
cops. (@koic
)Bug fixes
- #299: Fix incorrect documentation URLs when using
rubocop --show-docs-url
. (@r7kamura
)Changes
- #297: Support autocorrection on
Performance/RedundantMatch
when receiver is a Regexp literal. (@r7kamura
)
Changelog
Sourced from rubocop-performance's changelog.
1.15.0 (2022-09-10)
New features
- #305: Support numbered parameter for
Performance/RedundantSortBlock
,Performance/SortReverse
, andPerformance/TimesMap
cops. ([@koic
][])Bug fixes
- #299: Fix incorrect documentation URLs when using
rubocop --show-docs-url
. ([@r7kamura
][])Changes
- #297: Support autocorrection on
Performance/RedundantMatch
when receiver is a Regexp literal. ([@r7kamura
][])
Commits
-
d357a91
Cut 1.15.0 -
7520116
Update Changelog -
d9c6ea2
Merge pull request #305 from koic/support_numbered_parameter -
a60cafa
Support numbered parameter forRedundantSortBlock
,SortReverse
, and `Time... -
a9a2568
[Doc] Remove an obsolete contributing method -
0b32b55
UseDir#[]
instead ofgit
command for gemspec -
975d32a
Merge pull request #301 from koic/use_cimg_ruby_instead_of_circleci_ruby -
0422da6
Usecimg/ruby
instead of deprecatedcircleci/ruby
image -
84ac065
Merge pull request #299 from r7kamura/feature/url -
3deb350
Fix incorrect documentation URLs when usingrubocop --show-docs-url
- 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:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 174 | 0 | 0 | 0 | 174 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| models | 4 | 0 | 0 | 0 | 4 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| tasks | 9 | 0 | 0 | 0 | 9 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 236 | 0 | 0 | 0 | 236 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov