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.72.1 to 1.72.2 in the linters group (#4344)
Bumps the linters group with 1 update: [rubocop](https://github.com/rubocop/rubocop). Updates `rubocop` from 1.72.1 to 1.72.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.72.2</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13853">#13853</a>: Fix exclusion of relative paths in plugin's <code>AllCops: Exclude</code> as expected. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13844">#13844</a>: Fix an error for <code>Style/RedundantFormat</code> when a template argument is used without keyword arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13857">#13857</a>: Fix an error for <code>Style/RedundantFormat</code> when numeric placeholders is used in the template argument. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13861">#13861</a>: Fix <code>ArgumentError</code> related to two deprecated <code>AllowedPattern</code> APIs. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13849">#13849</a>: Fix an error for <code>Lint/UselessConstantScoping</code> when multiple assigning to constants after <code>private</code> access modifier. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13856">#13856</a>: Fix false positives for <code>Lint/UselessConstantScoping</code> when a constant is used after <code>private</code> access modifier with arguments. (<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/13846">#13846</a>: Mark <code>Style/RedundantFormat</code> as unsafe autocorrect. (<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.72.2 (2025-02-17)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13853">#13853</a>: Fix exclusion of relative paths in plugin's <code>AllCops: Exclude</code> as expected. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13844">#13844</a>: Fix an error for <code>Style/RedundantFormat</code> when a template argument is used without keyword arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/13857">#13857</a>: Fix an error for <code>Style/RedundantFormat</code> when numeric placeholders is used in the template argument. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13861">#13861</a>: Fix <code>ArgumentError</code> related to two deprecated <code>AllowedPattern</code> APIs. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13849">#13849</a>: Fix an error for <code>Lint/UselessConstantScoping</code> when multiple assigning to constants after <code>private</code> access modifier. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/13856">#13856</a>: Fix false positives for <code>Lint/UselessConstantScoping</code> when a constant is used after <code>private</code> access modifier with arguments. ([<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/13846">#13846</a>: Mark <code>Style/RedundantFormat</code> as unsafe autocorrect. ([<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/869b5d4e9353e8a167fd92a416767af80e113fe5"><code>869b5d4</code></a> Cut 1.72.2</li> <li><a href="https://github.com/rubocop/rubocop/commit/7c361777d3d8814798a2dbb21bf7ab8c8fee1214"><code>7c36177</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/d4525d6d5bd824c78afd3c05d052ed0054975f22"><code>d4525d6</code></a> Correct Style/RedundantParentheses documentation</li> <li><a href="https://github.com/rubocop/rubocop/commit/7fc05f8b8521dd4d3a7a9b1d089a120d8f1415a5"><code>7fc05f8</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13861">#13861</a>] Fix <code>ArgumentError</code> related to two deprecated <code>AllowedPattern</code> APIs</li> <li><a href="https://github.com/rubocop/rubocop/commit/aa8c0a97854a5e2249036ffd1514970f98096ba0"><code>aa8c0a9</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13849">#13849</a>] Fix an error for <code>Lint/UselessConstantScoping</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/241fe6be27a57bb314d9a99b90062ee06fd249af"><code>241fe6b</code></a> Fix an error for <code>Style/RedundantFormat</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/b573711918799d59cc2342336ed7659cbfdc2471"><code>b573711</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13856">#13856</a>] Fix false positives for <code>Lint/UselessConstantScoping</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/e8119f745fe73f4e8f867b42c07dee3ed060f2ca"><code>e8119f7</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13844">#13844</a>] Fix an error for <code>Style/RedundantFormat</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/a807f7c38e8de4fa5f378931c50e98e47f89e568"><code>a807f7c</code></a> Fix exclusion of relative paths in plugin's <code>AllCops: Exclude</code> as expected</li> <li><a href="https://github.com/rubocop/rubocop/commit/28c2fe875ff08eb5468d78faffd86db1bf4a71a6"><code>28c2fe8</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/13850">#13850</a>] Fix false negatives for <code>InternalAffairs/ExampleDescription</code></li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.72.1...v1.72.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 <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>
- Loading branch information