#12138: Fix a false positive for Layout/LineContinuationLeadingSpace when a backslash is part of a multiline string literal. ([@ymap][])
#12155: Fix false positive for Layout/RedundantLineBreak when using a modified singleton method definition. ([@koic][])
#12143: Fix a false positive for Lint/ToEnumArguments when using anonymous keyword arguments forwarding. ([@koic][])
#12148: Fix an incorrect autocorrect for Lint/NonAtomicFileOperation when using FileUtils.remove_dir, FileUtils.remove_entry, or FileUtils.remove_entry_secure. ([@koic][])
#12141: Fix false positive for Style/ArgumentsForwarding when method def includes additional kwargs. ([@owst][])
#12154: Fix incorrect diagnosticProvider value of LSP. ([@koic][])
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps rubocop from 1.56.1 to 1.56.2.
Changelog
Sourced from rubocop's changelog.
Commits
b85e080
Cut 1.56.27a35bde
Update Changelog2774426
Merge pull request #12161 from ymap/fix_duplicate_word_typos2d741ee
Fix duplicate word typosc4cb471
[Fix #12154] Fix incorrectdiagnosticProvider
value of LSP6ac9ece
[Docs] Add Emacs (LSP Mode) to the LSP doc0e1d4da
Merge pull request #12155 from koic/fix_a_false_positive_for_layout_redundant...4f46bc4
Merge pull request #12157 from kyoshidajp/update_doc_create_a_new_cop8829d33
Update document in create a new cop90cd056
Fix a false positive forLayout/RedundantLineBreak
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show