[src/api] Update rubocop-performance: 1.4.1 → 1.5.0 (minor) #8519
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop-performance (1.4.1 → 1.5.0) · Repo
Release Notes
1.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 10 commits:
Cut 1.5.0
Merge pull request #76 from koic/fix_false_negative_for_performance_flat_map
[Fix #70] Fix a false negative for `Performance/FlatMap`
Tweak a changelog entry
Follow "Make it possible to set StyleGuideBaseURL per department"
Tweak a changelog entry
Merge pull request #72 from rrosenblum/remove_safe_mode
Remove SafeMode from Count and Detect
Merge pull request #74 from koic/fix_error_for_redundant_merge
Fix an error for `Performance/RedundantMerge`
Commits
See the full diff on Github. The new version differs by 15 commits:
v1.18.0
Merge pull request #265 from grosser/bpaquet-master
simplify/cleanup
Update Readme.md
Allow to override the number of processor with an env variable
Merge pull request #258 from duffyjp/ruby_jit
Switched back to precise and trying to include 2.6 JIT to the matrix rather than remove JIT from all but 2.6
Ubuntu precise is deprecated on Travis. Updated to xenial.
Set travis back to only testing master after getting everything debugged.
Allow --jit jobs to fail without marking the whole build as a fail.
The --jit build had a problem with bundler caching. I'm going to disable that and see if it runs. Will add ~10 seconds to each job.
Added ruby_jit branch to allowed travis branches.
Adding additional job with RUBYOPT="--jit" for anything 2.6 or higher
Merge pull request #256 from RDIL/patch-1
Remove deprecated Travis CI option
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