Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump rubocop from 1.57.2 to 1.58.0 (#146)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.58.0. <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.58</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12420">#12420</a>: Add new <code>Lint/LiteralAssignmentInCondition</code> cop. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12353">#12353</a>: Add new <code>Style/SuperWithArgsParentheses</code> cop. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12406">#12406</a>: Add new <code>Style/ArrayFirstLast</code> cop. (<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12372">#12372</a>: Fix a false negative for <code>Lint/Debugger</code> when used within method arguments a <code>begin</code>...<code>end</code> block. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12378">#12378</a>: Fix a false negative for <code>Style/Semicolon</code> when a semicolon at the beginning of a lambda block. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12146">#12146</a>: Fix a false positive for <code>Lint/FloatComparison</code> when comparing against zero. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12404">#12404</a>: Fix a false positive for <code>Layout/RescueEnsureAlignment</code> when aligned <code>rescue</code> in <code>do</code>-<code>end</code> numbered block in a method. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12374">#12374</a>: Fix a false positive for <code>Layout/SpaceBeforeSemicolon</code> when a space between an opening lambda brace and a semicolon. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12326">#12326</a>: Fix an error for <code>Style/RedundantDoubleSplatHashBraces</code> when method call for parenthesized no hash double double splat. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12361">#12361</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and <code>Style/ArgumentsForwarding</code> when autocorrection conflicts for anonymous arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12324">#12324</a>: Fix an error for <code>Layout/RescueEnsureAlignment</code> when using <code>rescue</code> in <code>do</code>...<code>end</code> block assigned to object attribute. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12322">#12322</a>: Fix an error for <code>Style/CombinableLoops</code> when looping over the same data for the third consecutive time or more. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12366">#12366</a>: Fix a false negative for <code>Layout/ExtraSpacing</code> when a file has exactly two comments. (<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12373">#12373</a>: Fix a false negative for <code>Lint/SymbolConversion</code> when using string interpolation. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12402">#12402</a>: Fix false negatives for <code>Style/RedundantLineContinuation</code> when redundant line continuations for a block are used, especially without parentheses around first argument. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12311">#12311</a>: Fix false negatives for <code>Style/RedundantParentheses</code> when parentheses around logical operator keywords in method definition. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12394">#12394</a>: Fix false negatives for <code>Style/RedundantReturn</code> when <code>lambda</code> (<code>-></code>) ending with <code>return</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12377">#12377</a>: Fix false positives for <code>Lint/Void</code> when a collection literal that includes non-literal elements in a method definition. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12407">#12407</a>: Fix an incorrect autocorrect for <code>Style/MapToHash</code> with <code>Layout/SingleLineBlockChain</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12409">#12409</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when ordinary method chain exists after safe navigation leading dot method call. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12363">#12363</a>: Fix incorrect rendering of HTML character entities in <code>HTMLFormatter</code> formatter. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12424">#12424</a>: Make <code>Style/HashEachMethods</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12413">#12413</a>: Make <code>Style/InverseMethods</code> aware of safe navigation operator. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12408">#12408</a>: Make <code>Style/MapToHash</code> aware of safe navigation operator. (<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/issues/12328">#12328</a>: Make <code>Style/AutoResourceCleanup</code> aware of <code>Tempfile.open</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12412">#12412</a>: Enhance <code>Lint/RedundantSafeNavigation</code> to handle conversion methods with defaults. (<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12410">#12410</a>: Enhance <code>Lint/SelfAssignment</code> to check attribute assignment and key assignment. (<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12370">#12370</a>: Make <code>Style/HashEachMethods</code> aware of unused block value. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12380">#12380</a>: Make <code>Style/RedundantParentheses</code> aware of lambda or proc. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12421">#12421</a>: Make <code>Style/SelfAssignment</code> aware of <code>%</code>, <code>^</code>, <code><<</code>, and <code>>></code> operators. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12305">#12305</a>: Require <code>rubocop-ast</code> version 1.30 or greater. (<a href="https://github.com/sambostock"><code>@sambostock</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12337">#12337</a>: Supports <code>EnforcedStyleForRationalLiterals</code> option for <code>Layout/SpaceAroundOperators</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12296">#12296</a>: Support <code>RedundantRestArgumentNames</code>, <code>RedundantKeywordRestArgumentNames</code>, and <code>RedundantBlockArgumentNames</code> options for <code>Style/ArgumentsForwarding</code>. (<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.58.0 (2023-12-01)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12420">#12420</a>: Add new <code>Lint/LiteralAssignmentInCondition</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12353">#12353</a>: Add new <code>Style/SuperWithArgsParentheses</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12406">#12406</a>: Add new <code>Style/ArrayFirstLast</code> cop. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12372">#12372</a>: Fix a false negative for <code>Lint/Debugger</code> when used within method arguments a <code>begin</code>...<code>end</code> block. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12378">#12378</a>: Fix a false negative for <code>Style/Semicolon</code> when a semicolon at the beginning of a lambda block. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12146">#12146</a>: Fix a false positive for <code>Lint/FloatComparison</code> when comparing against zero. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12404">#12404</a>: Fix a false positive for <code>Layout/RescueEnsureAlignment</code> when aligned <code>rescue</code> in <code>do</code>-<code>end</code> numbered block in a method. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12374">#12374</a>: Fix a false positive for <code>Layout/SpaceBeforeSemicolon</code> when a space between an opening lambda brace and a semicolon. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12326">#12326</a>: Fix an error for <code>Style/RedundantDoubleSplatHashBraces</code> when method call for parenthesized no hash double double splat. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12361">#12361</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and <code>Style/ArgumentsForwarding</code> when autocorrection conflicts for anonymous arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12324">#12324</a>: Fix an error for <code>Layout/RescueEnsureAlignment</code> when using <code>rescue</code> in <code>do</code>...<code>end</code> block assigned to object attribute. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12322">#12322</a>: Fix an error for <code>Style/CombinableLoops</code> when looping over the same data for the third consecutive time or more. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12366">#12366</a>: Fix a false negative for <code>Layout/ExtraSpacing</code> when a file has exactly two comments. ([<a href="https://github.com/eugeneius"><code>@eugeneius</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12373">#12373</a>: Fix a false negative for <code>Lint/SymbolConversion</code> when using string interpolation. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12402">#12402</a>: Fix false negatives for <code>Style/RedundantLineContinuation</code> when redundant line continuations for a block are used, especially without parentheses around first argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12311">#12311</a>: Fix false negatives for <code>Style/RedundantParentheses</code> when parentheses around logical operator keywords in method definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12394">#12394</a>: Fix false negatives for <code>Style/RedundantReturn</code> when <code>lambda</code> (<code>-></code>) ending with <code>return</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12377">#12377</a>: Fix false positives for <code>Lint/Void</code> when a collection literal that includes non-literal elements in a method definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12407">#12407</a>: Fix an incorrect autocorrect for <code>Style/MapToHash</code> with <code>Layout/SingleLineBlockChain</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12409">#12409</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when ordinary method chain exists after safe navigation leading dot method call. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12363">#12363</a>: Fix incorrect rendering of HTML character entities in <code>HTMLFormatter</code> formatter. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12424">#12424</a>: Make <code>Style/HashEachMethods</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12413">#12413</a>: Make <code>Style/InverseMethods</code> aware of safe navigation operator. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12408">#12408</a>: Make <code>Style/MapToHash</code> aware of safe navigation operator. ([<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/issues/12328">#12328</a>: Make <code>Style/AutoResourceCleanup</code> aware of <code>Tempfile.open</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12412">#12412</a>: Enhance <code>Lint/RedundantSafeNavigation</code> to handle conversion methods with defaults. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12410">#12410</a>: Enhance <code>Lint/SelfAssignment</code> to check attribute assignment and key assignment. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12370">#12370</a>: Make <code>Style/HashEachMethods</code> aware of unused block value. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12380">#12380</a>: Make <code>Style/RedundantParentheses</code> aware of lambda or proc. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12421">#12421</a>: Make <code>Style/SelfAssignment</code> aware of <code>%</code>, <code>^</code>, <code><<</code>, and <code>>></code> operators. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12305">#12305</a>: Require <code>rubocop-ast</code> version 1.30 or greater. ([<a href="https://github.com/sambostock"><code>@sambostock</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12337">#12337</a>: Supports <code>EnforcedStyleForRationalLiterals</code> option for <code>Layout/SpaceAroundOperators</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12296">#12296</a>: Support <code>RedundantRestArgumentNames</code>, <code>RedundantKeywordRestArgumentNames</code>, and <code>RedundantBlockArgumentNames</code> options for <code>Style/ArgumentsForwarding</code>. ([<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/f27164b11c055414a3707e98ffb87d610c32b0ce"><code>f27164b</code></a> Cut 1.58</li> <li><a href="https://github.com/rubocop/rubocop/commit/73b08761336813b47dff308e0bb9384df312c2cf"><code>73b0876</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/19daa1c2e7a1998d391484aafd8ed7cf59b7c16e"><code>19daa1c</code></a> Add new <code>Lint/LiteralAssignmentInCondition</code> cop</li> <li><a href="https://github.com/rubocop/rubocop/commit/c8d2d776cf242063af17f3b6fbb12461a3301d7b"><code>c8d2d77</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12424">#12424</a>] Make <code>Style/HashEachMethods</code> aware of safe navigation operator</li> <li><a href="https://github.com/rubocop/rubocop/commit/3db23fa0b7bc504487bb30dd0b99c8444d4c5177"><code>3db23fa</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12422">#12422</a> from fatkodima/optimize-tests</li> <li><a href="https://github.com/rubocop/rubocop/commit/7f0a5890ba8649b4b48c4d3e2d90eec24f920b9f"><code>7f0a589</code></a> Optimize rspec tests</li> <li><a href="https://github.com/rubocop/rubocop/commit/4753e929e04d090df098ca8c53c8bd2b87a3756b"><code>4753e92</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12421">#12421</a> from koic/make_style_self_assignment_aware_of_some_...</li> <li><a href="https://github.com/rubocop/rubocop/commit/2f9a2d2d64972649f145130ab26a6b7e69a5556e"><code>2f9a2d2</code></a> Make <code>Style/SelfAssignment</code> aware of some operators</li> <li><a href="https://github.com/rubocop/rubocop/commit/a31a37cef46b707b8d4b2e221b5a40fd50915afe"><code>a31a37c</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12387">#12387</a> from Earlopain/fix-zero-method-for-float-comparison</li> <li><a href="https://github.com/rubocop/rubocop/commit/7a66f24f0e69f5a46a2d0aaa622e8551429222d6"><code>7a66f24</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12146">#12146</a>] Fix a false positive for <code>Lint/FloatComparison</code></li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.57.2...v1.58.0">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.57.2&new-version=1.58.0)](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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information