Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubocop requirement from 1.63.4 to 1.64.0 (#450)
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.64</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12904">#12904</a>: Add new <code>either_consistent</code> <code>SupportedShorthandSyntax</code> to <code>Style/HashSyntax</code>. (<a href="https://github.com/pawelma"><code>@pawelma</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12842">#12842</a>: Add new <code>Style/SendWithLiteralMethodName</code> cop. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>: Add new <code>Style/SuperArguments</code> cop. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12917">#12917</a>: Suggest correct formatter name for <code>--format</code> command line option. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>: Support <code>AllowModifiersOnAttrs</code> option for <code>Style/AccessModifierDeclarations</code>. (<a href="https://github.com/krororo"><code>@krororo</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11585">#11585</a>: Support <code>AllowedMethods</code> for <code>Style/DocumentationMethod</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/7189">#7189</a>: Fix a false positive for <code>Style/Copyright</code> when using multiline copyright notice. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12914">#12914</a>: Fix a false negative for <code>Layout/EmptyComment</code> when using an empty comment next to code after comment line. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is <code>super</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12923">#12923</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is safe navigation method. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12894">#12894</a>: Fix false positives for <code>Style/MapIntoArray</code> when using <code>each</code> without receiver with <code><<</code> to build an array. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12876">#12876</a>: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12888">#12888</a>: Fix <code>--no-exclude-limit</code> generating a todo with <code>Max</code> config instead of listing everything out with <code>Exclude</code>. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12898">#12898</a>: Fix an error for <code>TargetRailsVersion</code> when parsing from the lockfile with prerelease rails. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12908">#12908</a>: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. (<a href="https://github.com/pirj"><code>@pirj</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12884">#12884</a>: Align output from <code>cop.documentation_url</code> with <code>--show-docs-url</code> when passing a config as argument. (<a href="https://github.com/earlopain"><code>@earlopain</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12905">#12905</a>: Support <code>ActiveSupportExtensionsEnabled</code> for <code>Style/SymbolProc</code>. (<a href="https://github.com/koic"><code>@koic</code></a>)</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12897">#12897</a>: Respect user's intentions with <code>workspace/executeCommand</code> LSP method. (<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.64.0 (2024-05-23)</h2> <h3>New features</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12904">#12904</a>: Add new <code>either_consistent</code> <code>SupportedShorthandSyntax</code> to <code>Style/HashSyntax</code>. ([<a href="https://github.com/pawelma"><code>@pawelma</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12842">#12842</a>: Add new <code>Style/SendWithLiteralMethodName</code> cop. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>: Add new <code>Style/SuperArguments</code> cop. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12917">#12917</a>: Suggest correct formatter name for <code>--format</code> command line option. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>: Support <code>AllowModifiersOnAttrs</code> option for <code>Style/AccessModifierDeclarations</code>. ([<a href="https://github.com/krororo"><code>@krororo</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/11585">#11585</a>: Support <code>AllowedMethods</code> for <code>Style/DocumentationMethod</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/7189">#7189</a>: Fix a false positive for <code>Style/Copyright</code> when using multiline copyright notice. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12914">#12914</a>: Fix a false negative for <code>Layout/EmptyComment</code> when using an empty comment next to code after comment line. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is <code>super</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12923">#12923</a>: Fix false negatives for <code>Style/ArgumentsForwarding</code> when forward target is safe navigation method. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12894">#12894</a>: Fix false positives for <code>Style/MapIntoArray</code> when using <code>each</code> without receiver with <code><<</code> to build an array. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12876">#12876</a>: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12888">#12888</a>: Fix <code>--no-exclude-limit</code> generating a todo with <code>Max</code> config instead of listing everything out with <code>Exclude</code>. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12898">#12898</a>: Fix an error for <code>TargetRailsVersion</code> when parsing from the lockfile with prerelease rails. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> </ul> <h3>Changes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12908">#12908</a>: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([<a href="https://github.com/pirj"><code>@pirj</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12884">#12884</a>: Align output from <code>cop.documentation_url</code> with <code>--show-docs-url</code> when passing a config as argument. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12905">#12905</a>: Support <code>ActiveSupportExtensionsEnabled</code> for <code>Style/SymbolProc</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12897">#12897</a>: Respect user's intentions with <code>workspace/executeCommand</code> LSP method. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> </ul> <h2>1.63.5 (2024-05-09)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12877">#12877</a>: Fix an infinite loop error for <code>Layout/FirstArgumentIndentation</code> when specifying <code>EnforcedStyle: with_fixed_indentation</code> of <code>Layout/ArrayAlignment</code>. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12873">#12873</a>: Fix an error for <code>Metrics/BlockLength</code> when the <code>CountAsOne</code> config is invalid. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12881">#12881</a>: Fix incorrect autocorrect when <code>Style/NumericPredicate</code> is used with negations. ([<a href="https://github.com/fatkodima"><code>@fatkodima</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12882">#12882</a>: Fix <code>Layout/CommentIndentation</code> for comment-only pattern matching. ([<a href="https://github.com/nekketsuuu"><code>@nekketsuuu</code></a>][])</li> </ul> <h2>1.63.4 (2024-04-28)</h2> <h3>Bug fixes</h3> <ul> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12871">#12871</a>: Fix an error for <code>rubocop -V</code> when <code>.rubocop.yml</code> contains ERB. ([<a href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12862">#12862</a>: Fix a false positive for <code>Style/RedundantLineContinuation</code> when line continuations involve <code>return</code> with a return value. ([<a href="https://github.com/koic"><code>@koic</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/pull/12664">#12664</a>: Fix handling of <code>textDocument/diagnostic</code>. ([<a href="https://github.com/muxcmux"><code>@muxcmux</code></a>][])</li> <li><a href="https://redirect.github.com/rubocop/rubocop/issues/12865">#12865</a>: Fix Rails Cops, which weren't reporting any violations unless running with <code>bundle exec</code>. ([<a href="https://github.com/amomchilov"><code>@amomchilov</code></a>][])</li> </ul> <h2>1.63.3 (2024-04-22)</h2> <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/91a19d6d1db3a166e5a154f2513c2e218a74cf36"><code>91a19d6</code></a> Cut 1.64</li> <li><a href="https://github.com/rubocop/rubocop/commit/727539db4d115defc7f79b4ac72ac88be0626ba0"><code>727539d</code></a> Update Changelog</li> <li><a href="https://github.com/rubocop/rubocop/commit/3227bf07adb8cbe4f7674c261c339e5818a75e2a"><code>3227bf0</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12309">#12309</a>] Add new <code>Style/SuperArguments</code> cop</li> <li><a href="https://github.com/rubocop/rubocop/commit/9e78c4657f05dc2f2188de937f5400471ce8bab7"><code>9e78c46</code></a> Fix false negatives for <code>Style/ArgumentsForwarding</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/9408d0de9b039c83350aee3d30e083412a8676d4"><code>9408d0d</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12242">#12242</a>] Support <code>AllowModifiersOnAttrs</code> option for `Style/AccessModifier...</li> <li><a href="https://github.com/rubocop/rubocop/commit/a909dda7a5f4fdec1a1975dcb0765a7d41e6891b"><code>a909dda</code></a> [Fix <a href="https://redirect.github.com/rubocop/rubocop/issues/12919">#12919</a>] Fix false negatives for <code>Style/ArgumentsForwarding</code></li> <li><a href="https://github.com/rubocop/rubocop/commit/aee64e2d5d6615ef64803af52c1b82bf95b566ef"><code>aee64e2</code></a> Rename new SupportedShorthandSyntax from consistent_either to either_consistent</li> <li><a href="https://github.com/rubocop/rubocop/commit/86b0c39b97fb8e47bae5597df9f52628015b0fda"><code>86b0c39</code></a> Fix non existing wording in HashShorthandSyntax method name</li> <li><a href="https://github.com/rubocop/rubocop/commit/b9686b50f61c0cea26b64505165784c5855d8004"><code>b9686b5</code></a> Add changelog/new_add_new_consistent_either.md</li> <li><a href="https://github.com/rubocop/rubocop/commit/71abb5d99df517b3ab9f8823880ab6d7f6b09d34"><code>71abb5d</code></a> Add new <code>consistent_either</code> SupportedShorthandSyntax to Style/HashSyntax</li> <li>Additional commits viewable in <a href="https://github.com/rubocop/rubocop/compare/v1.63.4...v1.64.0">compare view</a></li> </ul> </details> <br /> 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