Skip to content

Bump rubocop from 1.56.1 to 1.56.2

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

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 commands
You can trigger Dependabot actions by commenting on this MR
  • @dependabot-bot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports