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 (1.31.1 → 1.31.2) · Repo · Changelog
Release Notes
1.31.2
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Cut 1.31.2
Update Changelog
[Fix #10026] Fix inherit_mode resolution for parent and default config
[Fix #10764] Fix performance issue for Layout/FirstHashElementIndentation and Layout/FirstArrayElementIndentation
[Fix #10786] Fix a false positive for `Lint/NonAtomicFileOperation`
Merge pull request #10785 from koic/fix_a_false_negative_for_style_redundant_parentheses
Fix a false negative for `Style/RedundantParentheses`
Merge pull request #10743 from ydah/add_generator_restrict_on_send
Add `RESTRICT_ON_SEND` to the Cop template generated by the `new_cop` task
[Fix #10780] Fix an error when using `rubocop:auto_correct` rake task
Merge pull request #10774 from rubocop/fix-documentation-comment-false-negatives
Fix false negatives when public method is defined after a private one
Merge pull request #10775 from rubocop/skip-useless-iterations-in-module-function-cop
Switch back the docs version
Avoid unnecessary iterations
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