Update dependency rubocop to v1.81.7
This MR contains the following updates:
| Package | Update | Change | MyDiffEnd |
|---|---|---|---|
| rubocop (source, changelog) | patch |
1.81.6 -> 1.81.7
|
https://my.diffend.io/gems/rubocop/1.81.6/1.81.7 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
rubocop/rubocop (rubocop)
v1.81.7
Bug fixes
-
#14597: Fix an infinite loop error for
Layout/HashAlignmentwhenEnforcedStyle: with_fixed_indentationis specified forLayout/ArgumentAlignment. ([@koic][]) -
#14621: Fix an error for
Naming/PredicateMethodwhen using aninpattern with empty parentheses body. ([@koic][]) -
#14631: Fix an error for
Style/SoleNestedConditionalwhen using nested single lineif. ([@koic][]) -
#14626: Fix false positives in
Style/ConstantVisibilitywhen visibility is declared with multiple constants. ([@koic][]) -
#14628: Fix false positives for
Style/FloatDivisionwhen usingRegexp.last_matchor nth reference (e.g.,$1). ([@koic][]) - #14617: Handle non-specific issues with the Gemfile to allow fallback. ([@Fryguy][])
-
#14622: Fix an error for
Naming/MethodNamewhen the first argument toaliascontains interpolation. ([@earlopain][])
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.