Skip to content

development-dependency: bump rubocop-performance from 1.10.0 to 1.10.1

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

Bumps rubocop-performance from 1.10.0 to 1.10.1.

Release notes

Sourced from rubocop-performance's releases.

RuboCop Performance 1.10.1

Bug fixes

  • #214: Fix a false positive for Performance/RedundantEqualityComparisonBlock when using multiple block arguments. (@​koic)
  • #216: Fix a false positive for Performance/RedundantSplitRegexpArgument when using split method with ignore case regexp option. (@​koic)
  • #217: Fix a false positive for Performance/RedundantEqualityComparisonBlock when using block argument is used for an argument of is_a. (@​koic)
Changelog

Sourced from rubocop-performance's changelog.

1.10.1 (2021-03-02)

Bug fixes

  • #214: Fix a false positive for Performance/RedundantEqualityComparisonBlock when using multiple block arguments. ([@​koic][])
  • #216: Fix a false positive for Performance/RedundantSplitRegexpArgument when using split method with ignore case regexp option. ([@​koic][])
  • #217: Fix a false positive for Performance/RedundantEqualityComparisonBlock when using block argument is used for an argument of is_a. ([@​koic][])
Commits
  • 9e407f1 Cut 1.10.1
  • 331ecbe Fix antora.yml to be updated when running cut_release task
  • 0e07cd9 Merge pull request #218 from koic/fix_a_false_positive_for_redundant_equality...
  • 79763fe [Fix #217] Fix a false positive for `Performance/RedundantEqualityComparisonB...
  • ac6f67b Merge pull request #219 from koic/fix_false_positive_for_performance_redundan...
  • 12339c5 [Fix #216] Fix a false positive for Performance/RedundantSplitRegexpArgument
  • f35ffd0 Fix an incorrect issue number in the changelog
  • b7f9798 Merge pull request #215 from koic/fix_false_positive_for_redundant_equality_c...
  • 8cef567 [Fix #214] Fix a false positive for `Performance/RedundantEqualityComparisonB...
  • c8bea56 Switch back docs version to master
  • Additional commits viewable in compare view

Merge request reports