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.15.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 37 commits:
Cut 1.15
Update Changelog
Tweak some wording
[Fix #9767] Fix `Style/ClassAndModuleChildren` cop to preserve comments
[Change #9744] Auto disable parallel when combined with cache false
[Fix #9792] Fix false positive for `Lint/Void` cop
Merge pull request #9801 from dvandersluis/issue/9749
Merge pull request #9800 from dvandersluis/issue/9799
[Fix #9749] Fix autocorrection for `Layout/LineLength` to not move the first argument of an unparenthesized `send` node to the next line, which changes behaviour.
[Fix #9799] Fix invalid line splitting by `Layout/LineLength` for `send` nodes with heredoc arguments.
Make `Layout/ArgumentAlignment` aware of kwargs
Remove stackprof-out
Merge pull request #9797 from koic/make_internal_affairs_example_description_aware_of_several_words
Make `InternalAffairs/ExampleDescription` aware of several words
Merge pull request #9791 from koic/fix_false_negative_for_layout_indentation_width
Fix a typo for `Style/TrivialAccessor`
Fix a false negative for `Layout/IndentationWidth`
Fix wrong link for SingleLineBlockChain
Add examples for `Lint/DeprecatedClassMethods`
[Fix #9771] Fix a false positive for `Style/TrivialAccessors`
Clarify documentation about the `Enabled` and `EnabledByDefault`/`DisabledByDefault`.
Add style guide link for `Style/TopLevelMethodDefinition`
Add style guide link for `Style/HashConversion`
Merge pull request #9785 from dvandersluis/update-default.yml
Update default.yml for changes to `Lint/EmptyBlock` and `Style/NilLambda`.
Merge pull request #9783 from tejasbubane/fix-9766
Merge pull request #9776 from dvandersluis/nil-lambda-procs
[Fix #9766] Fix a clobbering error for `Style/ClassAndModuleChildren` cop with `compact` style
Fix an incorrect auto-correct for `Style/RedundantBegin`
[Fix #9734] Add new `Style/TopLevelMethodDefinition` cop
[Fix #9770] Update `Lint/EmptyBlock` to handle procs the same way as lambdas.
[Fix #9780] Support summary report for `JUnitFormatter`
Merge pull request #9774 from dvandersluis/issue/9773
Update `Style/NilLambda` to handle procs as well.
[Fix #9773] Fix `Style/EmptyLiteral` to not register offenses for `String.new` when `Style/FrozenStringLiteral` is enabled.
Fix the changelog
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