Commit 80aa6e3
406: Update rubocop requirement from ~> 1.39.0 to ~> 1.40.0 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.40</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11179">#11179</a>: Add <code>Style/RedundantConstantBase</code> cop. (<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11205">#11205</a>: Add <code>--[no-]auto-gen-enforced-style</code> CLI option. (<a href="https://github.com/ydah"><code>`@ydah</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11224">#11224</a>: Add <code>Style/RequireOrder</code> cop. (<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11219">#11219</a>: Make <code>Style/SelectByRegexp</code> aware of <code>!~</code> method. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11224">#11224</a>: Add new cop <code>Style/ArrayIntersect</code> which replaces <code>(array1 & array2).any?</code> with <code>array1.intersect?(array2)</code>, method <code>Array#intersect?</code> was added in ruby 3.1. (<a href="https://github.com/KirIgor"><code>`@KirIgor</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11211">#11211</a>: Add autocorrect for <code>Lint/AssignmentInCondition</code>. (<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>)</li>`
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/5251">#5251</a>: Fix loading of configuration in multi-file edge case. (<a href="https://github.com/NobodysNightmare"><code>`@NobodysNightmare</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11192">#11192</a>: Fix a false positive for <code>Lint/ParenthesesAsGroupedExpression</code> when using a block argument. (<a href="https://github.com/ydah"><code>`@ydah</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11143">#11143</a>: Fix RedundantCopDisableDirective errors when encountering several department comments. (<a href="https://github.com/isarcasm"><code>`@isarcasm</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11230">#11230</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when using safe navigation with <code>[]</code> operator followed by method chain. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11181">#11181</a>: Fix pattern to match .tool-versions files that specify multiple runtimes. (<a href="https://github.com/noelblaschke"><code>`@noelblaschke</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11239">#11239</a>: Fix an incorrect autocorrect for <code>Style/GuardClause</code> when using heredoc as an argument of raise in branch body. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11182">#11182</a>: Fix an incorrect autocorrect for <code>EnforcedShorthandSyntax: always</code> of <code>Style/HashSyntax</code> with <code>Style/IfUnlessModifier</code> when using Ruby 3.1. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11184">#11184</a>: Fix an error for <code>Lint/ShadowingOuterLocalVariable</code> when a block local variable has same name as an outer <code>until</code> scope variable. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11198">#11198</a>: Fix an error for <code>Lint/EmptyConditionalBody</code> when one using line if/;/end without then boby. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11196">#11196</a>: Fix a false positive for <code>Style/GuardClause</code> when using <code>raise</code> in <code>then</code> body of <code>if..elsif..end</code> form. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11213">#11213</a>: Support redundant department disable in scope of <code>Lint/RedundantCopDisableDirective</code> cop. (<a href="https://github.com/isarcasm"><code>`@isarcasm</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11200">#11200</a>: Fix an incorrect autocorrect for <code>Layout/MultilineMethodCallBraceLayout</code> when using method chain for heredoc argument in multiline literal brace layout. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11190">#11190</a>: Fix an error for <code>Style/IfWithSemicolon</code> when using one line if/;/end without then boby. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11244">#11244</a>: Fix a false negative for <code>Style/RedundantReturn</code> when dynamic define methods. (<a href="https://github.com/ydah"><code>`@ydah</code></a>)</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11218">#11218</a>: Update severity of <code>Bundler/DuplicatedGem</code>, <code>Bundler/InsecureProtocolSource</code>, <code>Gemspec/DeprecatedAttributeAssignment</code>, <code>Gemspec/DuplicatedAssignment</code>, <code>Gemspec/RequireMFA</code>, <code>Gemspec/RequiredRubyVersion</code>, and <code>Gemspec/RubyVersionGlobalsUsage</code> cops to warning. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11222">#11222</a>: Make <code>Style/RedundantArgument</code> aware of <code>Array#sum</code>. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11070">#11070</a>: Add ability to count method calls as one line to code length related <code>Metric</code> cops. (<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11226">#11226</a>: Make <code>Lint/Void</code> aware of used lambda and proc in void context. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11205">#11205</a>: Change <code>Lint/InterpolationCheck</code> from <code>Safe: false</code> to <code>SafeAutoCorrect: false</code>. (<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11212">#11212</a>: Make <code>Lint/DeprecatedConstants</code> aware of deprecated <code>Struct::Group</code> and <code>Struct::Passwd</code> classes. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11236">#11236</a>: Remove <code>respond_to</code> from default value of <code>AllowedMethods</code> for <code>Style/SymbolProc</code>. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11185">#11185</a>: Make <code>Style/HashSyntax</code> aware of without parentheses call expr follows. (<a href="https://github.com/koic"><code>`@koic</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11203">#11203</a>: Support multiple arguments on <code>Lint/SendWithMixinArgument</code>. (<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11229">#11229</a>: Add <code>cc</code> to <code>AllowedNames</code> of <code>MethodParameterName</code> cop. (<a href="https://github.com/tjschuck"><code>`@tjschuck</code></a>)</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11116">#11116</a>: Handle ternaries in <code>Style/SafeNavigation</code>. (<a href="https://github.com/fatkodima"><code>`@fatkodima</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.40.0 (2022-12-08)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11179">#11179</a>: Add <code>Style/RedundantConstantBase</code> cop. ([<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11205">#11205</a>: Add <code>--[no-]auto-gen-enforced-style</code> CLI option. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11224">#11224</a>: Add <code>Style/RequireOrder</code> cop. ([<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11219">#11219</a>: Make <code>Style/SelectByRegexp</code> aware of <code>!~</code> method. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11224">#11224</a>: Add new cop <code>Style/ArrayIntersect</code> which replaces <code>(array1 & array2).any?</code> with <code>array1.intersect?(array2)</code>, method <code>Array#intersect?</code> was added in ruby 3.1. ([<a href="https://github.com/KirIgor"><code>`@KirIgor</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11211">#11211</a>: Add autocorrect for <code>Lint/AssignmentInCondition</code>. ([<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>][])</li>`
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/5251">#5251</a>: Fix loading of configuration in multi-file edge case. ([<a href="https://github.com/NobodysNightmare"><code>`@NobodysNightmare</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11192">#11192</a>: Fix a false positive for <code>Lint/ParenthesesAsGroupedExpression</code> when using a block argument. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11143">#11143</a>: Fix RedundantCopDisableDirective errors when encountering several department comments. ([<a href="https://github.com/isarcasm"><code>`@isarcasm</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11230">#11230</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when using safe navigation with <code>[]</code> operator followed by method chain. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11181">#11181</a>: Fix pattern to match .tool-versions files that specify multiple runtimes. ([<a href="https://github.com/noelblaschke"><code>`@noelblaschke</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11239">#11239</a>: Fix an incorrect autocorrect for <code>Style/GuardClause</code> when using heredoc as an argument of raise in branch body. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11182">#11182</a>: Fix an incorrect autocorrect for <code>EnforcedShorthandSyntax: always</code> of <code>Style/HashSyntax</code> with <code>Style/IfUnlessModifier</code> when using Ruby 3.1. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11184">#11184</a>: Fix an error for <code>Lint/ShadowingOuterLocalVariable</code> when a block local variable has same name as an outer <code>until</code> scope variable. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11198">#11198</a>: Fix an error for <code>Lint/EmptyConditionalBody</code> when one using line if/;/end without then boby. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11196">#11196</a>: Fix a false positive for <code>Style/GuardClause</code> when using <code>raise</code> in <code>then</code> body of <code>if..elsif..end</code> form. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11213">#11213</a>: Support redundant department disable in scope of <code>Lint/RedundantCopDisableDirective</code> cop. ([<a href="https://github.com/isarcasm"><code>`@isarcasm</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11200">#11200</a>: Fix an incorrect autocorrect for <code>Layout/MultilineMethodCallBraceLayout</code> when using method chain for heredoc argument in multiline literal brace layout. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11190">#11190</a>: Fix an error for <code>Style/IfWithSemicolon</code> when using one line if/;/end without then boby. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11244">#11244</a>: Fix a false negative for <code>Style/RedundantReturn</code> when dynamic define methods. ([<a href="https://github.com/ydah"><code>`@ydah</code></a>][])</li>`
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11218">#11218</a>: Update severity of <code>Bundler/DuplicatedGem</code>, <code>Bundler/InsecureProtocolSource</code>, <code>Gemspec/DeprecatedAttributeAssignment</code>, <code>Gemspec/DuplicatedAssignment</code>, <code>Gemspec/RequireMFA</code>, <code>Gemspec/RequiredRubyVersion</code>, and <code>Gemspec/RubyVersionGlobalsUsage</code> cops to warning. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11222">#11222</a>: Make <code>Style/RedundantArgument</code> aware of <code>Array#sum</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11070">#11070</a>: Add ability to count method calls as one line to code length related <code>Metric</code> cops. ([<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11226">#11226</a>: Make <code>Lint/Void</code> aware of used lambda and proc in void context. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11205">#11205</a>: Change <code>Lint/InterpolationCheck</code> from <code>Safe: false</code> to <code>SafeAutoCorrect: false</code>. ([<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11212">#11212</a>: Make <code>Lint/DeprecatedConstants</code> aware of deprecated <code>Struct::Group</code> and <code>Struct::Passwd</code> classes. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11236">#11236</a>: Remove <code>respond_to</code> from default value of <code>AllowedMethods</code> for <code>Style/SymbolProc</code>. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11185">#11185</a>: Make <code>Style/HashSyntax</code> aware of without parentheses call expr follows. ([<a href="https://github.com/koic"><code>`@koic</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11203">#11203</a>: Support multiple arguments on <code>Lint/SendWithMixinArgument</code>. ([<a href="https://github.com/r7kamura"><code>`@r7kamura</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11229">#11229</a>: Add <code>cc</code> to <code>AllowedNames</code> of <code>MethodParameterName</code> cop. ([<a href="https://github.com/tjschuck"><code>`@tjschuck</code></a>][])</li>`
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11116">#11116</a>: Handle ternaries in <code>Style/SafeNavigation</code>. ([<a href="https://github.com/fatkodima"><code>`@fatkodima</code></a>][])</li>`
</ul>
<h2>1.39.0 (2022-11-14)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/11091">#11091</a>: Add autocorrect for <code>Layout/LineContinuationLeadingSpace</code>. ([<a href="https://github.com/FnControlOption"><code>`@FnControlOption</code></a>][])</li>`
</ul>
<h3>Bug fixes</h3>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop/rubocop/commit/9c682a596ba0d851f27eb13a4f757462c826f405"><code>9c682a5</code></a> Cut 1.40</li>
<li><a href="https://github.com/rubocop/rubocop/commit/e7080e8f4f2de3b7d97d3df405d97d994d2de2cb"><code>e7080e8</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/54bd547fb9b2b457023e9cbb3b3cde185a62a427"><code>54bd547</code></a> Optimize checking if the file is relevant for the cop</li>
<li><a href="https://github.com/rubocop/rubocop/commit/7aa43c239e4c95554d9424ab6385746b3040831d"><code>7aa43c2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11248">#11248</a> from ydah/fix/typos</li>
<li><a href="https://github.com/rubocop/rubocop/commit/a538c4af36f3369b21fc1887fd1a5bec7ce2cc7f"><code>a538c4a</code></a> Fix a typo for CHANGELOG entry</li>
<li><a href="https://github.com/rubocop/rubocop/commit/9c27f8778e41210aabb9e1486ddd56c30b7a297a"><code>9c27f87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11245">#11245</a> from ydah/fix/11244</li>
<li><a href="https://github.com/rubocop/rubocop/commit/8619545b43ccada8cdf20ddf1da4c5b40e5a8906"><code>8619545</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11244">#11244</a>] Fix a false negative for <code>Style/RedundantReturn</code> when dynamic de...</li>
<li><a href="https://github.com/rubocop/rubocop/commit/52eaa844fe11f63be888da47f28b3870379a3bf8"><code>52eaa84</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/11239">#11239</a>] Fix an incorrect autocorrect for <code>Style/GuardClause</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/e46f92de6ad290f3b634b23cf8e94daca971b4dc"><code>e46f92d</code></a> Update examples and doc</li>
<li><a href="https://github.com/rubocop/rubocop/commit/88f11938a67ac7a299e798ec319d71ca0a2383d1"><code>88f1193</code></a> Update example</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.39.0...v1.40.0">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>
407: Replace Slack by Discord r=brunoocasali a=meili-bot
_This PR is auto-generated._
Replace Slack by Discord in README.md
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: meili-bot <[email protected]>
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments