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.18.3) · 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 17 commits:
Cut 1.18.3
Update Changelog
Fix an incorrect auto-correct for `Style/SingleLineMethods`
[Fix #9902] Fix an incorrect auto-correct for `Style/BlockDelimiters`
[Fix #9914] Fix an error for `Layout/HashAlignment`
Merge pull request #9912 from jonas054/9869_fix_override_warning
Merge pull request #9901 from jonas054/9891_auto_gen_config_hash_syntax
Fix a typo
[Fix #9869] Print correct file in override warning
Merge pull request #9911 from jonas054/9905_LineEndStringConcatenationIndentation_bug
[Fix #9905] Fix single line concatenation false positive
Merge pull request #9908 from koic/fix_incorrect_autocorrect_for_lint_useless_time
Merge pull request #9910 from jonas054/8469_fix_singleton_class_op
[Fix #8469] Add singleton class operator inspection
[Fix #9907] Fix an incorrect auto-correct for `Lint/UselessTimes`
Merge pull request #9881 from amomchilov/amomchilov-patch-1
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