Commit e74e3c1
Merge #418
418: Update rubocop requirement from ~> 1.43.0 to ~> 1.44.1 r=brunoocasali a=dependabot[bot]
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version.
<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.44.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>: Fix an error for <code>Lint/Void</code> when configuring <code>CheckForMethodsWithNoSideEffects: true</code>. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11400">#11400</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and <code>Lint/AmbiguousOperator</code> when autocorrection conflicts for ambiguous splat argument. (<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11483">#11483</a>: Fix <code>Layout/ClosingParenthesisIndentation</code> for keyword splat arguments. (<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11487">#11487</a>: Fix a false positive for <code>Lint/FormatParameterMismatch</code> when format string is only interpolated string. (<a href="https://github.com/ydah"><code>`@ydah</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11485">#11485</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when using numbered block parameter. (<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.44.1 (2023-01-25)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>: Fix an error for <code>Lint/Void</code> when configuring <code>CheckForMethodsWithNoSideEffects: true</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11400">#11400</a>: Fix an incorrect autocorrect for <code>Naming/BlockForwarding</code> and <code>Lint/AmbiguousOperator</code> when autocorrection conflicts for ambiguous splat argument. ([<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11483">#11483</a>: Fix <code>Layout/ClosingParenthesisIndentation</code> for keyword splat arguments. ([<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11487">#11487</a>: Fix a false positive for <code>Lint/FormatParameterMismatch</code> when format string is only interpolated string. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11485">#11485</a>: Fix a false positive for <code>Lint/UselessAssignment</code> when using numbered block parameter. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
</ul>
<h2>1.44.0 (2023-01-23)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11410">#11410</a>: Add new <code>Style/InvertibleUnlessCondition</code> cop. ([<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11338">#11338</a>: Add new <code>Style/ComparableClamp</code> cop. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11350">#11350</a>: Make <code>Lint/DeprecatedClassMethods</code> aware of deprecated <code>attr</code> with boolean 2nd argument. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11457">#11457</a>: Make <code>Metrics/BlockNesting</code> aware of pattern matching. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11458">#11458</a>: Make <code>Metrics/CyclomaticComplexity</code> aware of pattern matching. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11469">#11469</a>: Add <code>Gemspec/DevelopmentDependencies</code> cop. ([<a href="https://github.com/sambostock"><code>`@sambostock</code></a>][])</li>`
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11445">#11445</a>: Fix an incorrect autocorrect for <code>Style/BlockDelimiters</code> when there is a comment after the closing brace and bracket. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11428">#11428</a>: Apply value omission exceptions in super invocations. ([<a href="https://github.com/gsamokovarov"><code>`@gsamokovarov</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11420">#11420</a>: Fix a false positive for <code>Lint/UselessRescue</code> when using exception variable in <code>ensure</code> clause. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11460">#11460</a>: Fix an error for <code>Style/OperatorMethodCall</code> when using <code>foo.> 42</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11456">#11456</a>: Fix value omissions in <code>yield</code> invocations. ([<a href="https://github.com/gsamokovarov"><code>`@gsamokovarov</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11467">#11467</a>: Fix a false negative for <code>Style/MethodCallWithoutArgsParentheses</code> when calling method on a receiver and assigning to a variable with the same name. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11430">#11430</a>: Fix an infinite loop error for <code>Layout/BlockEndNewline</code> when multiline blocks with newlines before the <code>; end</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11442">#11442</a>: Fix a crash during anonymous rest argument forwarding. ([<a href="https://github.com/gsamokovarov"><code>`@gsamokovarov</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11447">#11447</a>: Fix an incorrect autocorrect for <code>Style/RedundantDoubleSplatHashBraces</code> when using nested double splat hash braces. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11459">#11459</a>: Make <code>Lint/UselessRuby2Keywords</code> aware of conditions. ([<a href="https://github.com/splattael"><code>`@splattael</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11415">#11415</a>: Fix a false positive for <code>Lint/UselessMethodDefinition</code> when method definition contains rest arguments. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11418">#11418</a>: Fix a false positive for <code>Style/MethodCallWithArgsParentheses</code> when using anonymous rest arguments or anonymous keyword rest arguments. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11431">#11431</a>: Fix a crash in Style/HashSyntax. ([<a href="https://github.com/gsamokovarov"><code>`@gsamokovarov</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11444">#11444</a>: Fix a false positive for <code>Lint/ShadowingOuterLocalVariable</code> when using numbered block parameter. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11477">#11477</a>: Fix an error when using YAML alias with server mode. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11419">#11419</a>: Fix a false positive for <code>Style/RedundantRequireStatement</code> when using <code>pretty_inspect</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11439">#11439</a>: Fix an incorrect autocorrect for <code>Style/MinMaxComparison</code> when using <code>a < b a : b</code> with <code>elsif/else</code>. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11464">#11464</a>: Fix a false negative for <code>Lint/FormatParameterMismatch</code> when include interpolated string. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11425">#11425</a>: Fix a false negative for <code>Lint/Void</code> when using methods that takes blocks. ([<a href="https://github.com/krishanbhasin-shopify"><code>`@krishanbhasin-shopify</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11437">#11437</a>: Fix an error for <code>Style/AccessModifierDeclarations</code> when access modifier is inlined with a method on the top level. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11455">#11455</a>: Fix crash with <code>super value_omission:</code> followed by a method call. ([<a href="https://github.com/gsamokovarov"><code>`@gsamokovarov</code></a>][])</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11465">#11465</a>: Make <code>Style/Semicolon</code> aware of redundant semicolon in block. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11471">#11471</a>: Change to not output not configured warning when renamed and pending cop. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop/rubocop/commit/8b9b97f7afb80a17e48a3bb01be23419b1907a53"><code>8b9b97f</code></a> Cut 1.44.1</li>
<li><a href="https://github.com/rubocop/rubocop/commit/39adb4e8f3a06036dd64ada1f96452f66cd9517c"><code>39adb4e</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/6d45fd50dba01277a0c34a52ff37c47cff30b15c"><code>6d45fd5</code></a> Fix typos</li>
<li><a href="https://github.com/rubocop/rubocop/commit/aa08c253612b9e5f4b832e8375621f3f34f37b87"><code>aa08c25</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11493">#11493</a> from koic/fix_an_error_for_lint_void</li>
<li><a href="https://github.com/rubocop/rubocop/commit/9a1f19a13f5150b568602cc4375862a989e33299"><code>9a1f19a</code></a> Use <code>RuboCop::AST::Node#basic_conditional?</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/629da7085e9780e7e8e0bc224f3d9bb0c5774d41"><code>629da70</code></a> Use <code>RuboCop::AST::Node#operator_keyword?</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/48f3d1ffd42687bdb4e665903e880dac3019693b"><code>48f3d1f</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11492">#11492</a>] Fix an error for <code>Lint/Void</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/b947b32ed2680763b6bc3775f55defc651f578af"><code>b947b32</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11488">#11488</a> from koic/fix_a_false_positive_for_lint_useless_ass...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/099a1e7ff51f6a7ea0d196e0c6267c75ba5732af"><code>099a1e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11487">#11487</a> from ydah/fix-false-positive-lint-format-parameter-...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/95a894a43f888692688bf6080ff3992a25f6ba81"><code>95a894a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11490">#11490</a> from ydah/fix-indent</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.43.0...v1.44.1">compare view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR 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` 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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
0 commit comments