Commit 97d1921
Merge #187
187: Update rubocop requirement from ~> 1.15.0 to ~> 1.16.1 r=curquiza 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.16.1</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9843">#9843</a>: Fix <code>Style/RedundantSelf</code> to allow conditional nodes to use <code>self</code> in the condition when a variable named is shadowed inside. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9845">#9845</a>: Fix <code>Style/QuotedSymbols</code> for hash-rocket hashes. (<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9849">#9849</a>: Fix a false negative for <code>Layout/HashAlignment</code> when setting <code>EnforcedStyle: with_fixed_indentation</code> of <code>Layout/ArgumentAlignment</code> and using misaligned keyword arguments. (<a href="https://github.com/koic"><code>@koic</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9854">#9854</a>: Allow braced numeric blocks in <code>omit_parentheses</code> style of <code>Style/MethodCallWithArgsParentheses</code>. (<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>)</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9850">#9850</a>: Fix missing <code>AllowComments</code> option for <code>Lint/EmptyInPattern</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.16.1 (2021-06-09)</h2>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9843">#9843</a>: Fix <code>Style/RedundantSelf</code> to allow conditional nodes to use <code>self</code> in the condition when a variable named is shadowed inside. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9845">#9845</a>: Fix <code>Style/QuotedSymbols</code> for hash-rocket hashes. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9849">#9849</a>: Fix a false negative for <code>Layout/HashAlignment</code> when setting <code>EnforcedStyle: with_fixed_indentation</code> of <code>Layout/ArgumentAlignment</code> and using misaligned keyword arguments. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9854">#9854</a>: Allow braced numeric blocks in <code>omit_parentheses</code> style of <code>Style/MethodCallWithArgsParentheses</code>. ([<a href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9850">#9850</a>: Fix missing <code>AllowComments</code> option for <code>Lint/EmptyInPattern</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h2>1.16.0 (2021-06-01)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9841">#9841</a>: Support guard <code>if</code> and <code>unless</code> syntax keywords of Ruby 2.7's pattern matching for <code>Layout/SpaceAroundKeyword</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9812">#9812</a>: Support auto-correction for <code>Style/IdenticalConditionalBranches</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9833">#9833</a>: Add new <code>Style/InPatternThen</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9840">#9840</a>: Adds <code>AllowedReceivers</code> option for <code>Style/HashEachMethods</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9818">#9818</a>: Support Ruby 2.7's <code>in</code> pattern syntax for <code>Layout/CaseIndentation</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9838">#9838</a>: Support Ruby 2.7's pattern matching syntax for <code>Layout/SpaceAroundKeyword</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9793">#9793</a>: Add <code>Style/QuotedSymbols</code> to enforce consistency in quoted symbols. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9825">#9825</a>: Add new <code>Lint/EmptyInPattern</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9834">#9834</a>: Add new <code>Style/MultilineInPatternThen</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9822">#9822</a>: Fix a false directive comment range for <code>Lint/RedundantCopDisableDirective</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9819">#9819</a>: Fix a false negative for <code>Style/TopLevelMethodDefinition</code> when defining a top-level method after a class definition. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9836">#9836</a>: Fix incorrect corrections for <code>Layout/HashAlignment</code> when a <code>kwsplat</code> node is on the same line as a <code>pair</code> node with table style. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9805">#9805</a>: Fix a false negative for <code>Layout/HashAlignment</code> when set <code>EnforcedStyle: with_fixed_indentation</code> of <code>ArgumentAlignment</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9811">#9811</a>: Fix an error for <code>Layout/ArgumentAlignment</code> with <code>Layout/FirstHashElementIndentation</code> when setting <code>EnforcedStyle: with_fixed_indentation</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9809">#9809</a>: Change <code>Lint/SymbolConversion</code> to only quote with double quotes, since <code>Style/QuotedSymbols</code> can now correct those to the correct quotes as per configuration. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
</ul>
<h2>1.15.0 (2021-05-17)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9734">#9734</a>: Add <code>Style/TopLevelMethodDefinition</code> cop. ([<a href="https://github.com/tejasbubane"><code>@tejasbubane</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9780">#9780</a>: Support summary report for <code>JUnitFormatter</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/pull/9798">#9798</a>: Make <code>Layout/ArgumentAlignment</code> aware of kwargs. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9749">#9749</a>: Fix autocorrection for <code>Layout/LineLength</code> to not move the first argument of an unparenthesized <code>send</code> node to the next line, which changes behaviour. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9799">#9799</a>: Fix invalid line splitting by <code>Layout/LineLength</code> for <code>send</code> nodes with heredoc arguments. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9773">#9773</a>: Fix <code>Style/EmptyLiteral</code> to not register offenses for <code>String.new</code> when <code>Style/FrozenStringLiteral</code> is enabled. ([<a href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9771">#9771</a>: Change <code>AllowDSLWriters</code> to true by default for <code>Style/TrivialAccessors</code>. ([<a href="https://github.com/koic"><code>@koic</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/cc4b75a826d8c837696ded735e1a0d14ffdc38e9"><code>cc4b75a</code></a> Cut 1.16.1</li>
<li><a href="https://github.com/rubocop/rubocop/commit/4bbbc16851ac9046cc7bfd4a75c24bdd32cd9998"><code>4bbbc16</code></a> Update Changelog</li>
<li><a href="https://github.com/rubocop/rubocop/commit/ffdd3022e5df5479164916642f707b6a721f450f"><code>ffdd302</code></a> configuration: * seems to bind before `; escape it</li>
<li><a href="https://github.com/rubocop/rubocop/commit/a8ba2f97a97b898f4d89f3432065d4e78ebdd926"><code>a8ba2f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9856">#9856</a> from MSP-Greg/mingw-ci</li>
<li><a href="https://github.com/rubocop/rubocop/commit/721cbf0dde0cf0d177f262ef499667e1d0e77008"><code>721cbf0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9854">#9854</a> from gsamokovarov/omit-parentheses-braced-numblocks</li>
<li><a href="https://github.com/rubocop/rubocop/commit/3de2a7b4ab38687b56b6a89b0aec4059bff6bcba"><code>3de2a7b</code></a> Allow braced numeric blocks in Style/MethodCallWithArgsParentheses</li>
<li><a href="https://github.com/rubocop/rubocop/commit/6ca1147c71d157481ceef7be31814b53d28a42f2"><code>6ca1147</code></a> Revert "Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9808">#9808</a> from koic/workaournd_for_mingw_build_error"</li>
<li><a href="https://github.com/rubocop/rubocop/commit/73975f96546ffa4d7cdd50d2ecb4b64c8b268fab"><code>73975f9</code></a> Remove redundant code for <code>Style/MultilineWhenThen</code></li>
<li><a href="https://github.com/rubocop/rubocop/commit/632e2f15a9684e4c6edf51213efea069e7b34013"><code>632e2f1</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9851">#9851</a> from koic/fix_missing_option_for_lint_empty_in_pattern</li>
<li><a href="https://github.com/rubocop/rubocop/commit/ba141f5e29018ac053c1660d6b9219c3c4d402dc"><code>ba141f5</code></a> [Fix <a href="https://github-redirect.dependabot.com/rubocop/rubocop/issues/9850">#9850</a>] Fix missing option for <code>Lint/EmptyInPattern</code></li>
<li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.15.0...v1.16.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 | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
0 commit comments