Skip to content

Bump rubocop-performance from 1.7.1 to 1.8.0

James Nutt requested to merge dependabot-bundler-rubocop-performance-1.8.0 into master

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

Bug fixes

  • #159: Fix a false positive for Performance/AncestorsInclude when receiver is a variable. (@koic)

Changes

  • #157: Extend Performance/Detect cop with check for filter method and Performance/Count cop with checks for find_all and filter 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

Bug fixes

  • #159: Fix a false positive for Performance/AncestorsInclude when receiver is a variable. (@koic)

Changes

  • #157: Extend Performance/Detect cop with check for filter method and Performance/Count cop with checks for find_all and filter 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 Use Registry.global instead of Cop.registry
  • e69d586 [Fix #159] Fix a false positive for Performance/AncestorsInclude
  • bab73a6 Extend Performance/Detect cop with check for filter 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 Use Cop::Base API for Performance department
  • Additional commits viewable in compare view

Merge request reports