Update rubocop 1.56.0 → 1.56.1 (patch) #146
Merged
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 (1.56.0 → 1.56.1) · Repo · Changelog
Release Notes
1.56.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 26 commits:
Cut 1.56.1
Update Changelog
Fix a false negative for `Layout/LeadingCommentSpace`
[Fix #12134] Fix a false positive for `Style/MethodCallWithArgsParentheses`
Merge pull request #12133 from r7kamura/style-redundant-self-assignment-branch-heredoc
Fix `Style/RedundantSelfAssignmentBranch` to handle heredocs
Use squiggly heredoc
Merge pull request #12127 from ItsEcholot/bugfix/required_ruby_version_gem_requirement_matching
[Fix #12105] Adjust target ruby gem requirement matcher and version parsing to support multiple version constraints
Merge pull request #12121 from chulkilee/fix-warning
fix instance variable not initialized warning / memoization
[Fix #12124] Fix false positives for `Style/RedundantParentheses`
[Fix #12113] Fix a false positive for `Bundler/DuplicatedGroup`
Fix a PR number in a changelog entry
Merge pull request #12120 from koic/fix_a_false_positive_for_style_symbol_array
Fix false positives for `Style/SymbolArray`
Merge pull request #12118 from owst/fix_arguments_forwarding_splat_without_block
[Fix #12117] Fix `Style/ArgumentsForwarding` when not always forwarding a block
Use RuboCop Performance 1.19
Use `delete_prefix` and `delete_suffix`
Fix an error for `Style/Lambda`
[Fix #12111] Fix an error for `Bundler/DuplicatedGroup`
[Docs] Update example of `rubocop -V`
Merge pull request #12110 from ydah/fix/12109
[Fix: #12109] Fix an error for `Style/ArgumentsForwarding` cop when forwarding kwargs/block arg and an additional arg
Switch back the docs version
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