Skip to content

Commit 2952aa4

Browse files
Bump rubocop from 1.71.1 to 1.71.2 in the linters group (#4297)
Bumps the linters group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.71.1 to 1.71.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/releases">rubocop's releases</a>.</em></p> <blockquote> <h2>RuboCop 1.71.2</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13782">#13782</a>: Fix an error <code>Layout/ElseAlignment</code> when <code>else</code> is part of a numblock. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13395">#13395</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when assigning in branch and block. (<a href="https://github.com/pCosta99"><code>@​pCosta99</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13783">#13783</a>: Fix a false positive for <code>Lint/Void</code> when <code>each</code> numblock with conditional expressions that has multiple statements. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>: Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code> when using arguments of <code>zsuper</code> in method definition. (<a href="https://github.com/koic"><code>@​koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13785">#13785</a>: Fix <code>Style/EachWithObject</code> cop error in case of single block argument. (<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13781">#13781</a>: Fix a false positive for <code>Lint/UnmodifiedReduceAccumulator</code> when omitting the accumulator in a nested numblock. (<a href="https://github.com/earlopain"><code>@​earlopain</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p> <blockquote> <h2>1.71.2 (2025-02-04)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13782">#13782</a>: Fix an error <code>Layout/ElseAlignment</code> when <code>else</code> is part of a numblock. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13395">#13395</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when assigning in branch and block. ([<a href="https://github.com/pCosta99"><code>@​pCosta99</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13783">#13783</a>: Fix a false positive for <code>Lint/Void</code> when <code>each</code> numblock with conditional expressions that has multiple statements. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>: Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code> when using arguments of <code>zsuper</code> in method definition. ([<a href="https://github.com/koic"><code>@​koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13785">#13785</a>: Fix <code>Style/EachWithObject</code> cop error in case of single block argument. ([<a href="https://github.com/viralpraxis"><code>@​viralpraxis</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13781">#13781</a>: Fix a false positive for <code>Lint/UnmodifiedReduceAccumulator</code> when omitting the accumulator in a nested numblock. ([<a href="https://github.com/earlopain"><code>@​earlopain</code></a>][])</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rubocop/rubocop/commit/2cd0ca258da41e709e7753f1a744e910be1ae1ef"><code>2cd0ca2</code></a> Cut 1.71.2</li> <li><a href="https://github.com/rubocop/rubocop/commit/b205529a2345eb2e530aa256c75029dcc28a35fe"><code>b205529</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/da31e5acaa98ead5978a1f7a4e0cb7ce8e9fe282"><code>da31e5a</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13785">#13785</a> from viralpraxis/fix-style-each-with-object-cop-err...</li> <li><a href="https://github.com/rubocop/rubocop/commit/b3e86f6a596986e151c17dacf057c0592c357d25"><code>b3e86f6</code></a> Fix <code>Style/EachWithObject</code> cop error in case if single block argument</li> <li><a href="https://github.com/rubocop/rubocop/commit/7e0ffa09cb3cc69241ab633edf5cdfd827b7c53e"><code>7e0ffa0</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13787">#13787</a>] Fix incorrect autocorrect for <code>Style/ExplicitBlockArgument</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/910795c3395286871d509a15ec061e263535c667"><code>910795c</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13409">#13409</a> from pCosta99/issue/13395</li> <li><a href="https://github.com/rubocop/rubocop/commit/0d8d9ed32b3454f8be694cd50fb29a013f88df18"><code>0d8d9ed</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13784">#13784</a> from koic/stablize_help_command_line_option_test</li> <li><a href="https://github.com/rubocop/rubocop/commit/8c1dc799d99b9430abc3200aead1388d3e845e14"><code>8c1dc79</code></a> Stabilize <code>help</code> command line option test</li> <li><a href="https://github.com/rubocop/rubocop/commit/933c8799b20e7fffff2bead31f584f69b8a582f6"><code>933c879</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13783">#13783</a> from Earlopain/lint-void-numblock</li> <li><a href="https://github.com/rubocop/rubocop/commit/8a48e6123a6850a36acf1e424f098b1f5a0c40dd"><code>8a48e61</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/13782">#13782</a> from Earlopain/else-alignment-numblock</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.71.1...v1.71.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rubocop&package-manager=bundler&previous-version=1.71.1&new-version=1.71.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 71de8e9 commit 2952aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ GEM
407407
rspec-mocks (~> 3.13)
408408
rspec-support (~> 3.13)
409409
rspec-support (3.13.2)
410-
rubocop (1.71.1)
410+
rubocop (1.71.2)
411411
json (~> 2.3)
412412
language_server-protocol (>= 3.17.0)
413413
parallel (~> 1.10)

0 commit comments

Comments
 (0)