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.68.0 → ~> 0.80.1) · Repo · Changelog
Release Notes
0.80.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 32 commits:
Cut 0.81.1
Improve some wording
Regenerate the cop docs
Remove a couple of obsolete files
Unify the usage of headings in our docs
Add missing heading
Add missing heading
Extend the versioning documentation
Display version with cop added when pending cops warning
[Fix #7759] Fix an error for `Layout/LineLength`
Merge pull request #7763 from prathamesh-sonpatki/doc-for-fail-fast
Update docs for --fail-fast option in Basic Usage doc
[Fix #7745] Suppress pending cop warnings when department is disabled
Merge pull request #7757 from n0h0/add-versionadded-to-hash-transform
Add `VersionAdded` to Style/HashTransformKeys, Style/HashTransformValues
Fix a typo
Merge pull request #7751 from marianosimone/patch-1
Fix Node Pattern documentation
Merge pull request #7750 from prathamesh-sonpatki/fix-typo
Remove spurious "and" from the versioning doc
Merge pull request #7748 from prathamesh-sonpatki/add-versioning-to-docs
Add missing "Versioning" doc to the manual
Merge pull request #7732 from tejasbubane/fix-7682
[Fix #7682] Fix `Style/InverseMethods` autofix leaving parenthesis
Merge pull request #7738 from rrosenblum/7709_redundant_condition_range
Rewrite tests using expect_offense and expect_correction
[Fix #7709] wrap ranges in parenthese when correcting RedundantCondition
Merge pull request #7741 from pocke/mention-cop-name-in-chagnelog
Mention `Style/HashEachMethods` cop name in the CHANGELOG
Merge pull request #7734 from koic/remove_a_print_debug_code
Remove a print debug code
[Fix #7719] Fix `Style/NestedParenthesizedCalls` cop for newline
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