Commit 63ede37
authored
Bump rubocop from 1.65.0 to 1.65.1 (#597)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.65.0 to
1.65.1.
<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.65.1</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13068">#13068</a>:
Add config validation to <code>Naming/PredicateName</code> to check that
all <code>ForbiddenPrefixes</code> are being checked. (<a
href="https://github.com/maxjacobson"><code>@maxjacobson</code></a>)</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13051">#13051</a>:
Fix an error for <code>Lint/FloatComparison</code> when comparing with
rational literal. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13065">#13065</a>:
Fix an error for <code>Lint/UselessAssignment</code> when same name
variables are assigned using chained assignment. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13062">#13062</a>:
Fix an error for <code>Style/InvertibleUnlessCondition</code> when using
empty parenthesis as condition. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/11438">#11438</a>:
Explicitly load <code>fileutils</code> before calculating
<code>before_us</code>. (<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13044">#13044</a>:
Fix false negatives for <code>Lint/ImplicitStringConcatenation</code>
when using adjacent string interpolation literals on the same line. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13083">#13083</a>:
Fix a false positive for <code>Style/GlobalStdStream</code> when using
namespaced constants like <code>Foo::STDOUT</code>. (<a
href="https://github.com/earlopain"><code>@earlopain</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13081">#13081</a>:
Fix a false positive for <code>Style/ZeroLengthPredicate</code> when
using safe navigation and non-zero comparison. (<a
href="https://github.com/fatkodima"><code>@fatkodima</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13041">#13041</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when pattern
match variable is assigned and used in a block. (<a
href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13076">#13076</a>:
Fix an incorrect autocorrect for
<code>Naming/RescuedExceptionsVariableName</code> when using hash value
omission. (<a
href="https://github.com/koic"><code>@koic</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.65.1 (2024-08-01)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13068">#13068</a>:
Add config validation to <code>Naming/PredicateName</code> to check that
all <code>ForbiddenPrefixes</code> are being checked. ([<a
href="https://github.com/maxjacobson"><code>@maxjacobson</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13051">#13051</a>:
Fix an error for <code>Lint/FloatComparison</code> when comparing with
rational literal. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13065">#13065</a>:
Fix an error for <code>Lint/UselessAssignment</code> when same name
variables are assigned using chained assignment. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13062">#13062</a>:
Fix an error for <code>Style/InvertibleUnlessCondition</code> when using
empty parenthesis as condition. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/11438">#11438</a>:
Explicitly load <code>fileutils</code> before calculating
<code>before_us</code>. ([<a
href="https://github.com/r7kamura"><code>@r7kamura</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13044">#13044</a>:
Fix false negatives for <code>Lint/ImplicitStringConcatenation</code>
when using adjacent string interpolation literals on the same line. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13083">#13083</a>:
Fix a false positive for <code>Style/GlobalStdStream</code> when using
namespaced constants like <code>Foo::STDOUT</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13081">#13081</a>:
Fix a false positive for <code>Style/ZeroLengthPredicate</code> when
using safe navigation and non-zero comparison. ([<a
href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13041">#13041</a>:
Fix false positives for <code>Lint/UselessAssignment</code> when pattern
match variable is assigned and used in a block. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13076">#13076</a>:
Fix an incorrect autocorrect for
<code>Naming/RescuedExceptionsVariableName</code> when using hash value
omission. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/rubocop/rubocop/commit/b073d7a01daf6652a533899e1da974e9110f46ca"><code>b073d7a</code></a>
Cut 1.65.1</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/8c4c144c19f41cd98c0f601acd86c51684877667"><code>8c4c144</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/19b3d9d3155b932134b040766eccf612b45cb02f"><code>19b3d9d</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13083">#13083</a>
from Earlopain/false-positive-global-std-stream</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/761b917229f3c11dc7a64ff2f6ea65aa1584de23"><code>761b917</code></a>
Fix false positive for <code>Style/GlobalStdStream</code> for namespaced
constants</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/58eeb7a29ed6c35d111fb4f264c364261dc7ecbb"><code>58eeb7a</code></a>
Clarify docs in Naming/PredicateName</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/2443641d2d91ca1eaf2a3d7adf2f018cac61320e"><code>2443641</code></a>
Add a validate_config for Naming/PredicateName</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/68bd9da9717ed2e20e2d2d629528e36dfde0814a"><code>68bd9da</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13079">#13079</a>
from koic/fix_incorrect_autocorrect_for_naming_resc...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/748a568779d8eeb13a26f17ff0c877ca5e51ecf0"><code>748a568</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13081">#13081</a>
from fatkodima/zero_length_predicate-false-positive</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/70d8e880130749dff0a6acd839cc84fcb7a33f52"><code>70d8e88</code></a>
Fix a false positive for <code>Style/ZeroLengthPredicate</code> when
using safe navigati...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/ea309c2da7c72d8ebaccabbf7c673e66e40b6636"><code>ea309c2</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13076">#13076</a>]
Fix an incorrect autocorrect for `Naming/RescuedExceptionsVariab...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.65.0...v1.65.1">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
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
0 commit comments