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 (0.81 → 1.14.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 35 commits:
Cut 1.14
Update Changelog
[Fix #7669] Add Bundler/GemVersion cop (#9727)
[Fix #9761] Fix `Style/ClassAndModuleChildren` false negative for `compact` style when a class/module is partially nested.
Merge pull request #9764 from dvandersluis/issue/9762
[Fix #9762] Update `VariableForce` to be able to handle `case-match` nodes.
Don't autocorrect global variable interpolation
Autocorrect '\\' when double-quotes are preferred
Prevent infinite loops during symlink traversal
Add changelog
Support deprecated Socket.gethostbyaddr and Socket.gethostbyname
Refactor DeprecatedClassMethods to split deprecated and replacement objects
Avoid infinite auto-correction loop
[Fix #9733] Add cop Layout/SingleLineBlockChain
Merge pull request #9756 from dvandersluis/issue/9731
[Fix #9731] Fix two autocorrection issues for `Style/NegatedIfElseCondition`.
Support `TargetRubyVersion 3.1` (experimental)
Fix a false positive for `Lint/NumberConversion`
Update RuboCop RSpec to 2.3
Merge pull request #9754 from koic/fix_an_incorrect_autocorrect_for_style_sole_nested_conditional_cop
Merge pull request #9747 from koic/fix_false_positive_for_lint_unreachable_loop
[Fix #9750] Fix an incorrect auto-correct for `Style/SoleNestedConditional`
[Fix #9746] Fix a false positive for `Lint/UnreachableLoop`
Merge pull request #9740 from koic/fix_incorrect_autocorrect_for_single_line_methods
Docs: fix escaping of pipes in regexes that appear in table cells
Fix an incorrect auto-correct for `Style/SingleLineMethods`
Add link to extensions.adoc from index.adoc (#9735)
Tweak comment for `TargetRubyVersion`
Merge pull request #9730 from koic/fix_an_error_for_style_if_unless_modifier
[Fix #9729] Fix an error for `Style/IfUnlessModifier`
Merge pull request #9721 from koic/workaround_random_build_error
Workaround for random build error
Bump RuboCop Performance to 1.11
[Fix #9713] Fix autocorrection for block local variables in `Lint/UnusedBlockArgument`
Switch back the 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