Bump rubocop-performance from 1.7.1 to 1.8.0
Bumps rubocop-performance from 1.7.1 to 1.8.0.
Release notes
Sourced from rubocop-performance's releases.
RuboCop Performance 1.8.0
New features
- #140: Add new
Performance/CollectionLiteralInLoop
cop. (@fatkodima)- #137: Add new
Performance/Sum
cop. (@fatkodima)Bug fixes
Changes
- #157: Extend
Performance/Detect
cop with check forfilter
method andPerformance/Count
cop with checks forfind_all
andfilter
methods. (@fatkodima)- #154: Require RuboCop 0.87 or higher. (@koic)
Changelog
Sourced from rubocop-performance's changelog.
1.8.0 (2020-09-04)
New features
- #140: Add new
Performance/CollectionLiteralInLoop
cop. (@fatkodima)- #137: Add new
Performance/Sum
cop. (@fatkodima)Bug fixes
Changes
- #157: Extend
Performance/Detect
cop with check forfilter
method andPerformance/Count
cop with checks forfind_all
andfilter
methods. (@fatkodima)- #154: Require RuboCop 0.87 or higher. (@koic)
Commits
-
caef1c1
Cut 1.8.0 -
8bf09de
Merge pull request #157 from fatkodima/add-filter-to-detect-and-count-cops -
5792ef0
Merge pull request #160 from koic/fix_false_positive_for_performance_ancestor... -
e973c7c
UseRegistry.global
instead ofCop.registry
-
e69d586
[Fix #159] Fix a false positive forPerformance/AncestorsInclude
-
bab73a6
ExtendPerformance/Detect
cop with check forfilter
method and `Performan... -
9fbed45
Merge pull request #156 from koic/add_documentation_checks_on_ci -
8fb7cf0
Add documentation checks on CI -
30f827f
Merge pull request #155 from koic/use_cop_base_api_for_performance_department -
bb8017f
UseCop::Base
API forPerformance
department - Additional commits viewable in compare view