Commit 3be8322
authored
Build(deps-dev): Bump rubocop from 1.79.1 to 1.79.2 (#945)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.79.1 to
1.79.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 v1.79.2</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/11664">#11664</a>:
Cache wasn't getting used when using parallelization. (<a
href="https://github.com/jvlara"><code>@jvlara</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14411">#14411</a>:
Fix false negatives for <code>Layout/EmptyLinesAroundClassBody</code>
when a class body starts with a blank line and defines a multiline
superclass. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14413">#14413</a>:
Fix a false positive for <code>Layout/EmptyLinesAroundArguments</code>
with multiline strings that contain only whitespace. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14408">#14408</a>:
Fix false-positive for
<code>Layout/EmptyLinesAfterModuleInclusion</code> when inclusion is
called with modifier. (<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14402">#14402</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when
duplicate assignments appear in <code>if</code> branch inside a loop and
the variable is used outside <code>while</code> loop. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14416">#14416</a>:
Fix false positives for <code>Style/MapToHash</code> when using
<code>to_h</code> with block argument. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14418">#14418</a>:
Fix false positives for <code>Style/MapToSet</code> when using
<code>to_set</code> with block argument. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14420">#14420</a>:
Fix false positives for <code>Style/SafeNavigation</code> when ternary
expression with operator method call with method chain. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14407">#14407</a>:
Register offense for parentheses around method calls with blocks in
<code>Style/RedundantParentheses</code>. (<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</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.79.2 (2025-08-05)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/11664">#11664</a>:
Cache wasn't getting used when using parallelization. ([<a
href="https://github.com/jvlara"><code>@jvlara</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14411">#14411</a>:
Fix false negatives for <code>Layout/EmptyLinesAroundClassBody</code>
when a class body starts with a blank line and defines a multiline
superclass. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14413">#14413</a>:
Fix a false positive for <code>Layout/EmptyLinesAroundArguments</code>
with multiline strings that contain only whitespace. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14408">#14408</a>:
Fix false-positive for
<code>Layout/EmptyLinesAfterModuleInclusion</code> when inclusion is
called with modifier. ([<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14402">#14402</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when
duplicate assignments appear in <code>if</code> branch inside a loop and
the variable is used outside <code>while</code> loop. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14416">#14416</a>:
Fix false positives for <code>Style/MapToHash</code> when using
<code>to_h</code> with block argument. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14418">#14418</a>:
Fix false positives for <code>Style/MapToSet</code> when using
<code>to_set</code> with block argument. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/14420">#14420</a>:
Fix false positives for <code>Style/SafeNavigation</code> when ternary
expression with operator method call with method chain. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/14407">#14407</a>:
Register offense for parentheses around method calls with blocks in
<code>Style/RedundantParentheses</code>. ([<a
href="https://github.com/lovro-bikic"><code>@lovro-bikic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/517485a4f87d12e0e728a906dbf2aaf03ab703a7"><code>517485a</code></a>
Cut 1.79.2</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ccba99f915d7268cd1b86764790c2ddc9eec49ee"><code>ccba99f</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/a62c3a9b8508ee24d5cd71d086039022bdceab2e"><code>a62c3a9</code></a>
Fix flaky spec for <code>rubocop_extra_features</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/bf3806e92d1bbf42198e46b3fb07f48d7460270a"><code>bf3806e</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14413">#14413</a>]
Fix a false positive for <code>Layout/EmptyLinesAroundArguments</code>
with...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/9faac23e1aea3bd02f6f7e847fe7a4cdc2a240c5"><code>9faac23</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14420">#14420</a>]
Fix false positives for <code>Style/SafeNavigation</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2bf71f177c7b08525955f84eab808664030c908b"><code>2bf71f1</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14418">#14418</a>
from koic/fix_false_positives_for_style_map_to_set</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/f807efad49dd9b6dea0e74b14820549cb3703953"><code>f807efa</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14417">#14417</a>
from koic/fix_false_positives_for_style_map_to_hash</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/d7b9750708ad35021b1eddb7ef5fae019b299050"><code>d7b9750</code></a>
Fix false positives for <code>Style/MapToSet</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/a805ea39eed447858f5a2992b90ef111bc4ad292"><code>a805ea3</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/14416">#14416</a>]
Fix false positives for <code>Style/MapToHash</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/eb470cef93cacb1e8806c6202e976d5693f91b3d"><code>eb470ce</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/14414">#14414</a>
from jvlara/fix/correct-cache-usage-on-autoload-for...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.79.1...v1.79.2">compare
view</a></li>
</ul>
</details>
<br />
[](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 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)
</details>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
658 | 658 | | |
659 | 659 | | |
660 | 660 | | |
661 | | - | |
| 661 | + | |
662 | 662 | | |
663 | 663 | | |
664 | 664 | | |
| |||
0 commit comments