chore(deps): update dependency rubocop to v1.75.5
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| rubocop (source, changelog) | patch |
1.75.4 -> 1.75.5
|
⚠️ WarningSome dependencies could not be looked up. Check the warning logs for more information.
View the Renovate pipeline for this MR
Release Notes
rubocop/rubocop (rubocop)
v1.75.5
Bug fixes
-
#14148: Fix an infinite loop error for
Layout/SpaceAfterSemicolonwithLayout/SpaceBeforeSemicolonwhen a sequence of semicolons appears. ([@koic][]) -
#14145: Fix
Lint/ArrayLiteralInRegexpcop error on empty interpolation. ([@viralpraxis][]) -
#14072: Fix autocorrect issue in
Layout/HashAlignment. ([@jonas054][]) -
#14131: Fix false positives for
Style/ArgumentsForwardingwhen using anonymous block argument forwarding to a method with a block. ([@koic][]) -
#14140: Fix
Layout/LeadingCommentSpaceto allow splitting long inline RBS comment signatures across multiple lines. ([@Morriar][]) -
#14147: Fix
Lint/LiteralAsConditioncop error onifwithout body. ([@viralpraxis][]) -
#14151: Fix
Lint/Voidcop error on nested emptybegin. ([@viralpraxis][]) -
#13547: Fix
Style/IdenticalConditionalBranchescop failure in case ofifnode with implicitthen. ([@viralpraxis][]) -
#14146: Fix
Style/MethodCallWithArgsParenthesescop error on complex numbers whenEnforcedStyleis set toomit_parentheses. ([@viralpraxis][]) -
#14137: Fix
Style/TrailingCommaInArgumentscop error ifEnforcedStyleForMultilineis set tocomma. ([@viralpraxis][])
Changes
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by renovate-bot