Skip to content

deps-dev: bump rubocop from 1.56.1 to 1.56.2

George Koltsov requested to merge dependabot/bundler/rubocop-1.56.2 into main

Created by: dependabot[bot]

Bumps rubocop from 1.56.1 to 1.56.2.

Changelog

Sourced from rubocop's changelog.

1.56.2 (2023-08-29)

Bug fixes

  • #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][])
Commits
  • b85e080 Cut 1.56.2
  • 7a35bde Update Changelog
  • 2774426 Merge pull request #12161 from ymap/fix_duplicate_word_typos
  • 2d741ee Fix duplicate word typos
  • c4cb471 [Fix #12154] Fix incorrect diagnosticProvider value of LSP
  • 6ac9ece [Docs] Add Emacs (LSP Mode) to the LSP doc
  • 0e1d4da 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_cop
  • 8829d33 Update document in create a new cop
  • 90cd056 Fix a false positive for Layout/RedundantLineBreak
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

Merge request reports