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.2 → 1.32.0) · Repo · Changelog
Release Notes
1.32.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Cut 1.32
Update Changelog
[Fix #10788] Relax `Style/FetchEnvVar` to allow `ENV[]` in LHS of `||`
[Fix rubocop#10813] Fix recursive deletion to suppression in `Lint/NonAtomicFileOperation`
Merge pull request #10824 from koic/make_lint_deprecated_class_methods_aware_of_env_clone_and_dup
Make `Lint/DeprecatedClassMethods` aware of `ENV.clone` and `ENV.dup`
Add new `Style/EmptyHeredoc` cop
Merge pull request #10814 from ccutrer/server-fast-stdout
[Doc] Syntax highlight for CONTRIBUTING.md
Add autocorrect support for `Style/SafeNavigationChain`
Write to stdout ASAP in server mode
Merge pull request #10815 from r7kamura/feature/improve-10810
Improve `Style/SymbolProc` about #10810 changes
Break long method definitions when auto-correcting
Add RSpec 4 prerelease CI job
Make spec suite compatible with RSpec 4
Support `csend` on `Style/SymbolProc`
Enhanced documentation for "IgnoredMethods" option
Enhance documentation for "AllowedMethods" option (#10807)
Support `AllowComments` option for `Style/EmptyElse`
[Fix #10613] Allow parallel inspection for autocorrect
Merge pull request #10803 from koic/require_rubocop_ast_1_9
Use `RuboCop::AST::Token#regexp_dots?`
Add MultilineMethodParameterLineBreaks cop
[Fix #10791] Fix an incorrect autocorrect for `Style/Semicolon`
Merge pull request #10796 from kachick/fix-wrog-detection-for-all-methods
Merge pull request #10797 from jonas054/10263_fix_config_leaking
[Fix #10263] Fix aliasing problem for Enabled in Config
Do not offense UselessRestrictOnSend when defined on_send or after_send with alias
Fix wrong offense when just calling methods on top-level
Suppress `Lint/RequireRangeParentheses` offense
Make Layout/LineContinuationLeadingSpace configurable
Preserve multiline semantics on `Style/SymbolArray` and `Style/WordArray`
Add new `Lint/RequireRangeParentheses` cop
Fix a suggestions for safer conversions for `Lint/NonAtomicFileOperation`
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