[openstreetmap/openstreetmap-website] Bump rubocop from 0.86.0 to 0.89.0 (#2754)

dependabot[bot] notifications at github.com
Thu Aug 6 05:01:50 UTC 2020


Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.86.0 to 0.89.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/releases">rubocop's releases</a>.</em></p>
<blockquote>
<h2>RuboCop 0.89</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8322">#8322</a>: Support autocorrect for <code>Style/CaseEquality</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7876">#7876</a>: Enhance <code>Gemspec/RequiredRubyVersion</code> cop with check that <code>required_ruby_version</code> is specified. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8291">#8291</a>: Add new <code>Lint/SelfAssignment</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8389">#8389</a>: Add new <code>Lint/DuplicateRescueException</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8433">#8433</a>: Add new <code>Lint/BinaryOperatorWithIdenticalOperands</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8430">#8430</a>: Add new <code>Lint/UnreachableLoop</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8412">#8412</a>: Add new <code>Style/OptionalBooleanParameter</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8432">#8432</a>: Add new <code>Lint/FloatComparison</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8376">#8376</a>: Add new <code>Lint/MissingSuper</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8415">#8415</a>: Add new <code>Style/ExplicitBlockArgument</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8383">#8383</a>: Support autocorrect for <code>Lint/Loop</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8339">#8339</a>: Add <code>Config#for_badge</code> as an efficient way to get a cop's config merged with its department's. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5067">#5067</a>: Add new <code>Style/StringConcatenation</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/7425">#7425</a>: Add new <code>Lint/TopLevelReturnWithArgument</code> cop. ([<a href="https://github.com/iamravitejag">@iamravitejag</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8417">#8417</a>: Add new <code>Style/GlobalStdStream</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7949">#7949</a>: Add new <code>Style/SingleArgumentDig</code> cop. ([<a href="https://github.com/volfgox">@volfgox</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8341">#8341</a>: Add new <code>Lint/EmptyConditionalBody</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7755">#7755</a>:  Add new <code>Lint/OutOfRangeRegexpRef</code> cop. ([<a href="https://github.com/sonalinavlakhe">@sonalinavlakhe</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8346">#8346</a>: Allow parentheses in single-line inheritance with <code>Style/MethodCallWithArgsParentheses</code> <code>EnforcedStyle: omit_parentheses</code> to fix invalid Ruby auto-correction. ([<a href="https://github.com/gsamokovarov">@gsamokovarov</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8324">#8324</a>: Fix crash for <code>Layout/SpaceAroundMethodCallOperator</code> when using <code>Proc#call</code> shorthand syntax. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8332">#8332</a>: Fix auto-correct in <code>Style/ConditionalAssignment</code> to preserve constant namespace. ([<a href="https://github.com/biinari">@biinari</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8344">#8344</a>: Fix crash for <code>Style/CaseLikeIf</code> when checking against <code>equal?</code> and <code>match?</code> without a receiver. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8323">#8323</a>: Fix a false positive for <code>Style/HashAsLastArrayItem</code> when hash is not a last array item. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8299">#8299</a>: Fix an incorrect auto-correct for <code>Style/RedundantCondition</code> when using <code>raise</code>, <code>rescue</code>, or <code>and</code> without argument parentheses in <code>else</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8335">#8335</a>: Fix incorrect character class detection for nested or POSIX bracket character classes in <code>Style/RedundantRegexpEscape</code>. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8347">#8347</a>: Fix an incorrect auto-correct for <code>EnforcedStyle: hash_rockets</code> of <code>Style/HashSyntax</code> with <code>Layout/HashAlignment</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8375">#8375</a>: Fix an infinite loop error for <code>Style/EmptyMethod</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8385">#8385</a>: Remove auto-correction for <code>Lint/EnsureReturn</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8391">#8391</a>: Mark <code>Style/ArrayCoercion</code> as not safe. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8406">#8406</a>: Improve <code>Style/AccessorGrouping</code>'s auto-correction to remove redundant blank lines. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8330">#8330</a>: Fix a false positive for <code>Style/MissingRespondToMissing</code> when defined method with inline access modifier. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8422">#8422</a>: Fix an error for <code>Lint/SelfAssignment</code> when using or-assignment for constant. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8423">#8423</a>: Fix an error for <code>Style/SingleArgumentDig</code> when without a receiver. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8424">#8424</a>: Fix an error for <code>Lint/IneffectiveAccessModifier</code> when there is <code>begin...end</code> before a method definition. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8006">#8006</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account code before the if condition when considering conversation to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8283">#8283</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account a comment on the first line when considering conversation to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7957">#7957</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account code on the last line after the end keyword when considering conversion to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8226">#8226</a>: Fix <code>Style/IfUnlessModifier</code> to add parentheses when converting if-end condition inside an array or a hash to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8443">#8443</a>: Fix an incorrect auto-correct for <code>Style/StructInheritance</code> when there is a comment before class declaration. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8444">#8444</a>: Fix an error for <code>Layout/FirstMethodArgumentLineBreak</code> when using kwargs in <code>super</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
<h3>Changes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8376">#8376</a>: <code>Style/MethodMissingSuper</code> cop is removed in favor of new <code>Lint/MissingSuper</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md">rubocop's changelog</a>.</em></p>
<blockquote>
<h2>0.89.0 (2020-08-05)</h2>
<h3>New features</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8322">#8322</a>: Support autocorrect for <code>Style/CaseEquality</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7876">#7876</a>: Enhance <code>Gemspec/RequiredRubyVersion</code> cop with check that <code>required_ruby_version</code> is specified. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8291">#8291</a>: Add new <code>Lint/SelfAssignment</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8389">#8389</a>: Add new <code>Lint/DuplicateRescueException</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8433">#8433</a>: Add new <code>Lint/BinaryOperatorWithIdenticalOperands</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8430">#8430</a>: Add new <code>Lint/UnreachableLoop</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8412">#8412</a>: Add new <code>Style/OptionalBooleanParameter</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8432">#8432</a>: Add new <code>Lint/FloatComparison</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8376">#8376</a>: Add new <code>Lint/MissingSuper</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8415">#8415</a>: Add new <code>Style/ExplicitBlockArgument</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8383">#8383</a>: Support autocorrect for <code>Lint/Loop</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8339">#8339</a>: Add <code>Config#for_badge</code> as an efficient way to get a cop's config merged with its department's. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/5067">#5067</a>: Add new <code>Style/StringConcatenation</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/7425">#7425</a>: Add new <code>Lint/TopLevelReturnWithArgument</code> cop. ([<a href="https://github.com/iamravitejag">@iamravitejag</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8417">#8417</a>: Add new <code>Style/GlobalStdStream</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7949">#7949</a>: Add new <code>Style/SingleArgumentDig</code> cop. ([<a href="https://github.com/volfgox">@volfgox</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8341">#8341</a>: Add new <code>Lint/EmptyConditionalBody</code> cop. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7755">#7755</a>:  Add new <code>Lint/OutOfRangeRegexpRef</code> cop. ([<a href="https://github.com/sonalinavlakhe">@sonalinavlakhe</a>][])</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8346">#8346</a>: Allow parentheses in single-line inheritance with <code>Style/MethodCallWithArgsParentheses</code> <code>EnforcedStyle: omit_parentheses</code> to fix invalid Ruby auto-correction. ([<a href="https://github.com/gsamokovarov">@gsamokovarov</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8324">#8324</a>: Fix crash for <code>Layout/SpaceAroundMethodCallOperator</code> when using <code>Proc#call</code> shorthand syntax. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8332">#8332</a>: Fix auto-correct in <code>Style/ConditionalAssignment</code> to preserve constant namespace. ([<a href="https://github.com/biinari">@biinari</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8344">#8344</a>: Fix crash for <code>Style/CaseLikeIf</code> when checking against <code>equal?</code> and <code>match?</code> without a receiver. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8323">#8323</a>: Fix a false positive for <code>Style/HashAsLastArrayItem</code> when hash is not a last array item. ([<a href="https://github.com/fatkodima">@fatkodima</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8299">#8299</a>: Fix an incorrect auto-correct for <code>Style/RedundantCondition</code> when using <code>raise</code>, <code>rescue</code>, or <code>and</code> without argument parentheses in <code>else</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8335">#8335</a>: Fix incorrect character class detection for nested or POSIX bracket character classes in <code>Style/RedundantRegexpEscape</code>. ([<a href="https://github.com/owst">@owst</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8347">#8347</a>: Fix an incorrect auto-correct for <code>EnforcedStyle: hash_rockets</code> of <code>Style/HashSyntax</code> with <code>Layout/HashAlignment</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8375">#8375</a>: Fix an infinite loop error for <code>Style/EmptyMethod</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8385">#8385</a>: Remove auto-correction for <code>Lint/EnsureReturn</code>. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8391">#8391</a>: Mark <code>Style/ArrayCoercion</code> as not safe. ([<a href="https://github.com/marcandre">@marcandre</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8406">#8406</a>: Improve <code>Style/AccessorGrouping</code>'s auto-correction to remove redundant blank lines. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8330">#8330</a>: Fix a false positive for <code>Style/MissingRespondToMissing</code> when defined method with inline access modifier. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8422">#8422</a>: Fix an error for <code>Lint/SelfAssignment</code> when using or-assignment for constant. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8423">#8423</a>: Fix an error for <code>Style/SingleArgumentDig</code> when without a receiver. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8424">#8424</a>: Fix an error for <code>Lint/IneffectiveAccessModifier</code> when there is <code>begin...end</code> before a method definition. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8006">#8006</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account code before the if condition when considering conversation to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8283">#8283</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account a comment on the first line when considering conversation to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7957">#7957</a>: Fix line length calculation for <code>Style/IfUnlessModifier</code> to correctly take into account code on the last line after the end keyword when considering conversion to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8226">#8226</a>: Fix <code>Style/IfUnlessModifier</code> to add parentheses when converting if-end condition inside an array or a hash to a single-line form. ([<a href="https://github.com/dsavochkin">@dsavochkin</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/pull/8443">#8443</a>: Fix an incorrect auto-correct for <code>Style/StructInheritance</code> when there is a comment before class declaration. ([<a href="https://github.com/koic">@koic</a>][])</li>
<li><a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8444">#8444</a>: Fix an error for <code>Layout/FirstMethodArgumentLineBreak</code> when using kwargs in <code>super</code>. ([<a href="https://github.com/koic">@koic</a>][])</li>
</ul>
<h3>Changes</h3>
<!-- raw HTML omitted -->
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/829c782697438e381d702e4dc6c5b25cfbb69404"><code>829c782</code></a> Cut 0.89</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/6042aed6f3dbc464e70d0fd289b07067e7fd0833"><code>6042aed</code></a> Small <code>Style</code> cops perf tweaks</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/a678aba56c6703756139650a651d9c2ab9323f45"><code>a678aba</code></a> [Fixes <a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/7755">#7755</a>] Add <code>Lint/OutOfRangeRefInRegexp</code> cop (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8407">#8407</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/1fc19811eef1f70a103cddee4b34e4e8a863b8c7"><code>1fc1981</code></a> Fix move namespaced constant in Style/ConditionalAssignment (<a href="https://github-redirect.dependabot.com/rubocop-hq/rubocop/issues/8332">#8332</a>)</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/f91df3e581dc7eeb34d847e48338f01235aad906"><code>f91df3e</code></a> Add new <code>Lint/EmptyConditionalBody</code> cop</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/7048b51abfa3b19b6c117eb82294336599ceb562"><code>7048b51</code></a> Enhance <code>Gemspec/RequiredRubyVersion</code> cop with check that `required_ruby_vers...</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/426814ef329f6cf1229516fa313f4612cb86ba51"><code>426814e</code></a> Support autocorrect for <code>Lint/Loop</code> cop</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/c29441fcbd06a2c9e433a8631fe8ed0e9917eef4"><code>c29441f</code></a> Optimize getting node tokens</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/d94c4a4a828c6e9acabf350df19555ccca3f26f5"><code>d94c4a4</code></a> Add new <code>Lint/BinaryOperatorWithIdenticalOperands</code> cop</li>
<li><a href="https://github.com/rubocop-hq/rubocop/commit/bf47e35734fdcbf51cbe8a1530172d1a01989e58"><code>bf47e35</code></a> Don't mutate arguments.</li>
<li>Additional commits viewable in <a href="https://github.com/rubocop-hq/rubocop/compare/v0.86.0...v0.89.0">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=0.86.0&new-version=0.89.0)](https://help.github.com/articles/configuring-automated-security-fixes)

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 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>
You can view, comment on, or merge this pull request online at:

  https://github.com/openstreetmap/openstreetmap-website/pull/2754

-- Commit Summary --

  * Bump rubocop from 0.86.0 to 0.89.0

-- File Changes --

    M Gemfile.lock (10)

-- Patch Links --

https://github.com/openstreetmap/openstreetmap-website/pull/2754.patch
https://github.com/openstreetmap/openstreetmap-website/pull/2754.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2754
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20200805/732887f6/attachment-0001.htm>


More information about the rails-dev mailing list