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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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