Skip to content

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

Compare Source

Bug fixes
  • #​14597: Fix an infinite loop error for Layout/HashAlignment when EnforcedStyle: with_fixed_indentation is specified for Layout/ArgumentAlignment. ([@​koic][])
  • #​14621: Fix an error for Naming/PredicateMethod when using an in pattern with empty parentheses body. ([@​koic][])
  • #​14631: Fix an error for Style/SoleNestedConditional when using nested single line if. ([@​koic][])
  • #​14626: Fix false positives in Style/ConstantVisibility when visibility is declared with multiple constants. ([@​koic][])
  • #​14628: Fix false positives for Style/FloatDivision when using Regexp.last_match or nth reference (e.g., $1). ([@​koic][])
  • #​14617: Handle non-specific issues with the Gemfile to allow fallback. ([@​Fryguy][])
  • #​14622: Fix an error for Naming/MethodName when the first argument to alias contains interpolation. ([@​earlopain][])

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports

Loading