Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-performance (1.15.1 → 1.15.2) · Repo · Changelog
Release Notes
1.15.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 17 commits:
Cut 1.15.2
Update Changelog
Use RuboCop RSpec 2.16
Merge pull request #321 from koic/fix_a_false_positive_for_performance_sum
Fix a false positive for `Performance/Sum`
Merge pull request #315 from koic/fix_a_false_negative_for_performance_redundant_string_chars
Merge pull request #317 from rubocop/dependabot/github_actions/actions/setup-python-4
Merge pull request #319 from fatkodima/string_include-not-match
Extend `Performance/StringInclude` to handle `!~`
Merge pull request #320 from fatkodima/regexp_match-regexp-cbase
Fix `Performance/RegexpMatch` to handle `::Regexp`
Bump actions/setup-python from 2 to 4
Merge pull request #316 from ydah/dependabot
Added dependabot for GitHub Actions
[Fix #313] Fix a false negative for `Performance/RedundantStringChars`
Use RuboCop RSpec 2.15
Switch back docs version to master
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands