Commit 1808362
authored
Bump rubocop from 1.66.1 to 1.67.0 (#671)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to
1.67.0.
<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.67</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13259">#13259</a>:
Add new <code>Lint/DuplicateSetElement</code> cop. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13223">#13223</a>:
Add <code>AllowRBSInlineAnnotation</code> config option to
<code>Layout/LeadingCommentSpace</code> to support RBS::Inline style
annotation comments. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13310">#13310</a>:
Display analysis Ruby version in <code>rubocop -V</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/pull/13314">#13314</a>:
Fix a false negative for <code>Style/Semicolon</code> when using a
semicolon between a closing parenthesis after a line break and a
consequent expression. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13217">#13217</a>:
Fix a false positive in <code>Lint/ParenthesesAsGroupedExpression</code>
with compound ranges. ([<a
href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13268">#13268</a>:
Fix a false positive for <code>Style/BlockDelimiters</code> when a
single line do-end block with an inline <code>rescue</code> with a
semicolon before <code>rescue</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13298">#13298</a>:
Fix an error for <code>Layout/AccessModifierIndentation</code> when the
access modifier is on the same line as the class definition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13198">#13198</a>:
Fix an error for <code>Style/OneLineConditional</code> when using nested
if/then/else/end. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13316">#13316</a>:
Fix an incorrect autocorrect for
<code>Lint/ImplicitStringConcatenation</code> with
<code>Lint/TripleQuotes</code> when string literals with triple quotes
are used. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13220">#13220</a>:
Fix an incorrect autocorrect for <code>Style/ArgumentsForwarding</code>
when using only forwarded arguments in brackets. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13202">#13202</a>:
Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when
looping over the same data with different block variable names. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13291">#13291</a>:
Fix an incorrect autocorrect for <code>Style/RescueModifier</code> when
using modifier rescue for method call with heredoc argument. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13226">#13226</a>:
Fix <code>--auto-gen-config</code> when passing an absolute config path.
([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13225">#13225</a>:
Avoid syntax error when correcting <code>Style/OperatorMethodCall</code>
with <code>/</code> operations followed by a parenthesized argument.
([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13235">#13235</a>:
Fix an error for <code>Style/IfUnlessModifier</code> when multiline
<code>if</code> that fits on one line and using implicit method call
with hash value omission syntax. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13219">#13219</a>:
Fix a false positive for <code>Style/ArgumentsForwarding</code> with
Ruby 3.0 and optional position arguments. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13271">#13271</a>:
Fix a false positive for <code>Lint/AmbiguousRange</code> when using
rational literals. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13260">#13260</a>:
Fix a false positive for <code>Lint/RedundantSafeNavigation</code> with
namespaced constants. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13224">#13224</a>:
Fix false positives for <code>Style/OperatorMethodCall</code> with named
forwarding. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13213">#13213</a>:
Fix false positives for <code>Style/AccessModifierDeclarations</code>
when <code>AllowModifiersOnAttrs: true</code> and using splat with a
percent symbol array, or with a constant. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13145">#13145</a>:
Fix false positives for <code>Style/RedundantLineContinuation</code>
when line continuations with comparison operator and the LHS is wrapped
in parentheses. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12875">#12875</a>:
Fix false positive for <code>Style/ArgumentsForwarding</code> when
argument is used inside a block. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13239">#13239</a>:
Fix false positive for <code>Style/CollectionCompact</code> when using
<code>delete_if</code>. ([<a
href="https://github.com/masato-bkn"><code>@masato-bkn</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13210">#13210</a>:
Fix omit_parentheses style for pattern match with value omission in
single-line branch. ([<a
href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13149">#13149</a>:
Handle crashes in custom Ruby extractors more gracefully. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13319">#13319</a>:
Handle literal forward slashes inside a <code>regexp</code> in
<code>Lint/LiteralInInterpolation</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13208">#13208</a>:
Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when
single-line <code>if/;/end</code> when the then body contains a method
call with <code>[]</code> or <code>[]=</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13318">#13318</a>:
Prevent modifying blocks with <code>Style/HashEachMethods</code> if the
hash is modified within the block. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13293">#13293</a>:
Fix <code>TargetRubyVersion</code> from a gemspec when the gemspec is
not named like the folder it is located in. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13211">#13211</a>:
Fix wrong autocorrect for <code>Style/GuardClause</code> when using
heredoc without <code>else</code> branch. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>:
Fix wrong autocorrect for <code>Lint/BigDecimalNew</code> when using
<code>::BigDecimal.new</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>:
Fix wrong autocorrect for
<code>Style/MethodCallWithArgsParentheses</code> with
<code>EnforcedStyle: omit_parentheses</code> and whitespace. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13302">#13302</a>:
Fix incompatible autocorrect between <code>Style/RedundantBegin</code>
and <code>Style/BlockDelimiters</code> with <code>EnforcedStyle:
braces_for_chaining</code>. ([<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/13221">#13221</a>:
Do not group accessors having RBS::Inline annotation comments in
<code>Style/AccessorGrouping</code>. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>:
Add <code>AllowedMethods</code> configuration to
<code>Layout/FirstMethodArgumentLineBreak</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13110">#13110</a>:
Add support in <code>Style/ArgumentsForwarding</code> for detecting
forwarding of all anonymous arguments. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13222">#13222</a>:
Allow to write RBS::Inline annotation comments after method definition
in <code>Style/CommentedKeyword</code>. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13253">#13253</a>:
Emit a deprecation when custom cops inherit from
<code>RuboCop::Cop::Cop</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13300">#13300</a>:
Set <code>EnforcedShorthandSyntax: either</code> by default for
<code>Style/HashSyntax</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13254">#13254</a>:
Enhance the autocorrect for <code>Naming/InclusiveLanguage</code> when a
sole suggestion is set. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13232">#13232</a>:
Make server mode aware of auto-restart for local config update. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.67.0 (2024-10-15)</h2>
<h3>New features</h3>
<ul>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13259">#13259</a>:
Add new <code>Lint/DuplicateSetElement</code> cop. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13223">#13223</a>:
Add <code>AllowRBSInlineAnnotation</code> config option to
<code>Layout/LeadingCommentSpace</code> to support RBS::Inline style
annotation comments. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13310">#13310</a>:
Display analysis Ruby version in <code>rubocop -V</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/pull/13314">#13314</a>:
Fix a false negative for <code>Style/Semicolon</code> when using a
semicolon between a closing parenthesis after a line break and a
consequent expression. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13217">#13217</a>:
Fix a false positive in <code>Lint/ParenthesesAsGroupedExpression</code>
with compound ranges. ([<a
href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13268">#13268</a>:
Fix a false positive for <code>Style/BlockDelimiters</code> when a
single line do-end block with an inline <code>rescue</code> with a
semicolon before <code>rescue</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13298">#13298</a>:
Fix an error for <code>Layout/AccessModifierIndentation</code> when the
access modifier is on the same line as the class definition. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13198">#13198</a>:
Fix an error for <code>Style/OneLineConditional</code> when using nested
if/then/else/end. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13316">#13316</a>:
Fix an incorrect autocorrect for
<code>Lint/ImplicitStringConcatenation</code> with
<code>Lint/TripleQuotes</code> when string literals with triple quotes
are used. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13220">#13220</a>:
Fix an incorrect autocorrect for <code>Style/ArgumentsForwarding</code>
when using only forwarded arguments in brackets. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13202">#13202</a>:
Fix an incorrect autocorrect for <code>Style/CombinableLoops</code> when
looping over the same data with different block variable names. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13291">#13291</a>:
Fix an incorrect autocorrect for <code>Style/RescueModifier</code> when
using modifier rescue for method call with heredoc argument. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13226">#13226</a>:
Fix <code>--auto-gen-config</code> when passing an absolute config path.
([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13225">#13225</a>:
Avoid syntax error when correcting <code>Style/OperatorMethodCall</code>
with <code>/</code> operations followed by a parenthesized argument.
([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13235">#13235</a>:
Fix an error for <code>Style/IfUnlessModifier</code> when multiline
<code>if</code> that fits on one line and using implicit method call
with hash value omission syntax. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13219">#13219</a>:
Fix a false positive for <code>Style/ArgumentsForwarding</code> with
Ruby 3.0 and optional position arguments. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13271">#13271</a>:
Fix a false positive for <code>Lint/AmbiguousRange</code> when using
rational literals. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13260">#13260</a>:
Fix a false positive for <code>Lint/RedundantSafeNavigation</code> with
namespaced constants. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13224">#13224</a>:
Fix false positives for <code>Style/OperatorMethodCall</code> with named
forwarding. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13213">#13213</a>:
Fix false positives for <code>Style/AccessModifierDeclarations</code>
when <code>AllowModifiersOnAttrs: true</code> and using splat with a
percent symbol array, or with a constant. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13145">#13145</a>:
Fix false positives for <code>Style/RedundantLineContinuation</code>
when line continuations with comparison operator and the LHS is wrapped
in parentheses. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/12875">#12875</a>:
Fix false positive for <code>Style/ArgumentsForwarding</code> when
argument is used inside a block. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13239">#13239</a>:
Fix false positive for <code>Style/CollectionCompact</code> when using
<code>delete_if</code>. ([<a
href="https://github.com/masato-bkn"><code>@masato-bkn</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13210">#13210</a>:
Fix omit_parentheses style for pattern match with value omission in
single-line branch. ([<a
href="https://github.com/gsamokovarov"><code>@gsamokovarov</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13149">#13149</a>:
Handle crashes in custom Ruby extractors more gracefully. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13319">#13319</a>:
Handle literal forward slashes inside a <code>regexp</code> in
<code>Lint/LiteralInInterpolation</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13208">#13208</a>:
Fix an incorrect autocorrect for <code>Style/IfWithSemicolon</code> when
single-line <code>if/;/end</code> when the then body contains a method
call with <code>[]</code> or <code>[]=</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13318">#13318</a>:
Prevent modifying blocks with <code>Style/HashEachMethods</code> if the
hash is modified within the block. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13293">#13293</a>:
Fix <code>TargetRubyVersion</code> from a gemspec when the gemspec is
not named like the folder it is located in. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13211">#13211</a>:
Fix wrong autocorrect for <code>Style/GuardClause</code> when using
heredoc without <code>else</code> branch. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>:
Fix wrong autocorrect for <code>Lint/BigDecimalNew</code> when using
<code>::BigDecimal.new</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13215">#13215</a>:
Fix wrong autocorrect for
<code>Style/MethodCallWithArgsParentheses</code> with
<code>EnforcedStyle: omit_parentheses</code> and whitespace. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13302">#13302</a>:
Fix incompatible autocorrect between <code>Style/RedundantBegin</code>
and <code>Style/BlockDelimiters</code> with <code>EnforcedStyle:
braces_for_chaining</code>. ([<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/13221">#13221</a>:
Do not group accessors having RBS::Inline annotation comments in
<code>Style/AccessorGrouping</code>. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>:
Add <code>AllowedMethods</code> configuration to
<code>Layout/FirstMethodArgumentLineBreak</code>. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/issues/13110">#13110</a>:
Add support in <code>Style/ArgumentsForwarding</code> for detecting
forwarding of all anonymous arguments. ([<a
href="https://github.com/dvandersluis"><code>@dvandersluis</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13222">#13222</a>:
Allow to write RBS::Inline annotation comments after method definition
in <code>Style/CommentedKeyword</code>. ([<a
href="https://github.com/tk0miya"><code>@tk0miya</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13253">#13253</a>:
Emit a deprecation when custom cops inherit from
<code>RuboCop::Cop::Cop</code>. ([<a
href="https://github.com/earlopain"><code>@earlopain</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13300">#13300</a>:
Set <code>EnforcedShorthandSyntax: either</code> by default for
<code>Style/HashSyntax</code>. ([<a
href="https://github.com/koic"><code>@koic</code></a>][])</li>
<li><a
href="https://redirect.github.com/rubocop/rubocop/pull/13254">#13254</a>:
Enhance the autocorrect for <code>Naming/InclusiveLanguage</code> when a
sole suggestion is set. ([<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/c108ac08221630e24a8d0de3a36889ac13c2320e"><code>c108ac0</code></a>
Cut 1.67</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/74ddd9bb9676d25092cb08e6afe5bfab207e3b32"><code>74ddd9b</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/b5c12aea8980ed38ece40ef9f9a832ab4aa3ac2f"><code>b5c12ae</code></a>
Update Changelog</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/c9361606652f0cd4ef2532458697a6a4a9249bf1"><code>c936160</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13331">#13331</a>]
Fix an error when using release task</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/60ecb00dd76d277bb36d218e969b96dfbf1c6234"><code>60ecb00</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13328">#13328</a>]
Declare <code>Enabled</code> as a common config key</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/99022d9880f684cf9eb399bc43bacf5943045c6b"><code>99022d9</code></a>
Merge pull request <a
href="https://redirect.github.com/rubocop/rubocop/issues/13327">#13327</a>
from koic/make_server_mode_aware_of_auto_restart_fo...</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/60432f5e440af96ea3637f530a9c218de7611938"><code>60432f5</code></a>
Apply <code>RESTRICT_ON_SEND</code> to
<code>Bundler/GemVersion</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/6b31c39f1e0803e24f335290ef8dc1cad9d48dbd"><code>6b31c39</code></a>
Make server mode aware of auto-restart for .rubocop_todo.yml update</li>
<li><a
href="https://github.com/rubocop/rubocop/commit/adb7ceed432450f86bd87b3eda627048ce7243ef"><code>adb7cee</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/9816">#9816</a>]
Refine <code>Lint/SafeNavigationConsistency</code></li>
<li><a
href="https://github.com/rubocop/rubocop/commit/7d6797cf9d9476ff054cfa267eed7839a5be792f"><code>7d6797c</code></a>
[Fix <a
href="https://redirect.github.com/rubocop/rubocop/issues/13286">#13286</a>]
Add <code>AllowedMethods</code> and <code>AllowedPatterns</code>
configuration to `Lay...</li>
<li>Additional commits viewable in <a
href="https://github.com/rubocop/rubocop/compare/v1.66.1...v1.67.0">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
0 commit comments