[ruby] Update rubocop → 1.52.1 (unknown) #52
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 upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (~> 1.50.0 → ~> 1.52.1) · Repo · Changelog
Release Notes
1.52.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Cut 1.52.1
Update Changelog
Fix an incorrect autocorrect for `Style/SoleNestedConditional`
Remove a redundant `Symbol#to_s`
Merge pull request #11942 from koic/require_parser_3_2_2_3_for_ruby_3_3
Require Parser 3.2.2.3 for Ruby 3.3.0dev as a runtime
Merge pull request #11941 from koic/workaround_for_ruby_3_3_0_and_racc
Workaround for Parser 3.2.2.2 or lower with Ruby 3.3.0dev
Merge pull request #11939 from FnControlRuby/def_node_matcher
Use unification to match `File.open` block param with `#read` receiver
Merge pull request #11936 from FnControlRuby/dir_empty
Improve error message for `Style/DirEmpty`
[Doc] Fix an AsciiDoc format for some cop docs
Merge pull request #11932 from ydah/enhance_CopDescription
Add support for cases starting with an empty comment line in `InternalAffairs/CopDescription` cop
Merge pull request #11930 from rafaelfranca/rm-fix-Exception
Fix exception on Lint/InheritException when class definition has non-constant siblings
Merge pull request #11928 from koic/fix_incorrect_autocorrect_for_lint_ambiguous_block_association
Fix an incorrect autocorrect for `Lint/AmbiguousBlockAssociation`
[Fix #11914] Fix an incorrect examples for `Style/ClassEqualityComparison`
[Fix #11919] Fix an error for `Lint/UselessAssignment`
Revert "Workaround for Style/RedundantBegin when using JRuby 9.2"
Merge pull request #11915 from lucthev/redundant_safe_navigation_false_positive
Fix `Lint/RedundantSafeNavigation` when using `to_s`
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