#11492: Fix an error for Lint/Void when configuring CheckForMethodsWithNoSideEffects: true. (@koic)
#11400: Fix an incorrect autocorrect for Naming/BlockForwarding and Lint/AmbiguousOperator when autocorrection conflicts for ambiguous splat argument. (@fatkodima)
#11483: Fix Layout/ClosingParenthesisIndentation for keyword splat arguments. (@fatkodima)
#11487: Fix a false positive for Lint/FormatParameterMismatch when format string is only interpolated string. (@ydah)
#11485: Fix a false positive for Lint/UselessAssignment when using numbered block parameter. (@koic)
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.40.0 → ~> 1.44.1) · Repo · Changelog
Release Notes
1.44.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 21 commits:
Cut 1.44.1
Update Changelog
Fix typos
Merge pull request #11493 from koic/fix_an_error_for_lint_void
Use `RuboCop::AST::Node#basic_conditional?`
Use `RuboCop::AST::Node#operator_keyword?`
[Fix #11492] Fix an error for `Lint/Void`
Merge pull request #11488 from koic/fix_a_false_positive_for_lint_useless_assignment
Merge pull request #11487 from ydah/fix-false-positive-lint-format-parameter-mismatch-when-interpolated-string
Merge pull request #11490 from ydah/fix-indent
Fix an indentation for `Lint/HeredocMethodCallPosition` cop's documentation
Merge pull request #11489 from ydah/add-docs
Add @example tag for `Lint/MixedRegexpCaptureTypes` in document
Merge pull request #11441 from ydah/use_rubocop-rspec-2.17
Fix a false positive for `Lint/FormatParameterMismatch` when format string is only interpolated string
[Fix #11485] Fix a false positive for `Lint/UselessAssignment`
Merge pull request #11486 from fatkodima/fix-autocorrect-block_forwarding
Fix an incorrect autocorrect for `Naming/BlockForwarding`
Merge pull request #11484 from fatkodima/fix-closing_parenthesis_indentation
Fix `Layout/ClosingParenthesisIndentation` for keyword splat arguments
Switch back to dev 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