activeadmin / arbre

An Object Oriented DOM Tree in Ruby
MIT License
756 stars 74 forks source link

Bump rubocop from 1.56.1 to 1.56.2 in /gemfiles/rails_61 #531

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

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 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)
codecov[bot] commented 10 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c7bfdbd) 92.52% compared to head (bbfea8f) 92.52%. Report is 11 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #531 +/- ## ======================================= Coverage 92.52% 92.52% ======================================= Files 17 17 Lines 468 468 ======================================= Hits 433 433 Misses 35 35 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.