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.56.3 to 1.56.4 (#109)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.3 to 1.56.4. <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.56.4</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12221">#12221</a>: Fix a false positive for <code>Layout/EmptyLineAfterGuardClause</code> when using <code>return</code> before guard condition with heredoc. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12213">#12213</a>: Fix a false positive for <code>Lint/OrderedMagicComments</code> when comment text <code># encoding: ISO-8859-1</code> is embedded within example code as source code comment. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12205">#12205</a>: Fix an error for <code>Style/OperatorMethodCall</code> when using <code>foo bar./ baz</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12208">#12208</a>: Fix an incorrect autocorrect for the <code>--disable-uncorrectable</code> command line option when registering an offense is outside a percent array. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12203">#12203</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12206">#12206</a>: Fix an incorrect autocorrect for <code>Style/OperatorMethodCall</code> when using <code>foo./bar</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12202">#12202</a>: Fix an incorrect autocorrect for <code>Style/RedundantConditional</code> when unless/else with boolean results. (<a href="https://github.com/ydah"><code>@ydah</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12199">#12199</a>: Fix false negatives for <code>Layout/MultilineMethodCallIndentation</code> when using 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/pull/12197">#12197</a>: Make <code>Style/CollectionMethods</code> aware of <code>collect_concat</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.56.4 (2023-09-28)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12221">#12221</a>: Fix a false positive for <code>Layout/EmptyLineAfterGuardClause</code> when using <code>return</code> before guard condition with heredoc. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12213">#12213</a>: Fix a false positive for <code>Lint/OrderedMagicComments</code> when comment text <code># encoding: ISO-8859-1</code> is embedded within example code as source code comment. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12205">#12205</a>: Fix an error for <code>Style/OperatorMethodCall</code> when using <code>foo bar./ baz</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12208">#12208</a>: Fix an incorrect autocorrect for the <code>--disable-uncorrectable</code> command line option when registering an offense is outside a percent array. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12203">#12203</a>: Fix an incorrect autocorrect for <code>Lint/SafeNavigationChain</code> when using safe navigation with comparison operator as an expression of logical operator or comparison operator's operand. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12206">#12206</a>: Fix an incorrect autocorrect for <code>Style/OperatorMethodCall</code> when using <code>foo./bar</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12202">#12202</a>: Fix an incorrect autocorrect for <code>Style/RedundantConditional</code> when unless/else with boolean results. ([<a href="https://github.com/ydah"><code>@ydah</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12199">#12199</a>: Fix false negatives for <code>Layout/MultilineMethodCallIndentation</code> when using 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/pull/12197">#12197</a>: Make <code>Style/CollectionMethods</code> aware of <code>collect_concat</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/fc57892974c3bd597d9faa7abd5e02679ddea9d4"><code>fc57892</code></a> Cut 1.56.4</li> <li><a href="https://github.com/rubocop/rubocop/commit/b7d99b8e857e60d8fc436cf8d61652196cd8a85d"><code>b7d99b8</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/0f550020b042fd7f50c340383bee431e3a6db727"><code>0f55002</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12222">#12222</a> from koic/fix_a_false_positive_for_layout_empty_lin...</li> <li><a href="https://github.com/rubocop/rubocop/commit/59fb188bb349736edd1803bb82228b385ca86dfc"><code>59fb188</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12220">#12220</a> from koic/fix_an_incorrect_autocorrect_for_disable_...</li> <li><a href="https://github.com/rubocop/rubocop/commit/9b04830b2200ede77426984c848b0bcad2315328"><code>9b04830</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12221">#12221</a>] Fix a false positive for <code>Layout/EmptyLineAfterGuardClause</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/d0d612e812def28bb13bf4d7dcb465009785fe3b"><code>d0d612e</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12208">#12208</a>] Fix an incorrect autocorrect for the <code>--disable-uncorrectable</code> o...</li> <li><a href="https://github.com/rubocop/rubocop/commit/c626229801455c05ef645834d1b335775d4a4f70"><code>c626229</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12218">#12218</a> from koic/fix_a_false_positive_for_lint_ordered_mag...</li> <li><a href="https://github.com/rubocop/rubocop/commit/a2c1100aaf9f735fc0f79c61a33c711ad57334d4"><code>a2c1100</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12213">#12213</a>] Fix a false positive for <code>Lint/OrderedMagicComments</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/3e921603d854885a985406dd6c342f86b95a4e41"><code>3e92160</code></a> Disable <code>RSpec/FilePath</code> to resolve build error</li> <li><a href="https://github.com/rubocop/rubocop/commit/1e438220122afa680a8fc0eaf536c5b8647b6cb4"><code>1e43822</code></a> Merge pull request <a href="https://redirect.github.com/rubocop/rubocop/issues/12215">#12215</a> from koic/update_the_doc_of_style_return_nil</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.56.3...v1.56.4">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.56.3&new-version=1.56.4)](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