Skip to content

fix(deps): update dependency rubocop to v1.54.2

Sylvain Desbureaux requested to merge renovate/ruby into main

This MR contains the following updates:

Package Update Change
rubocop (source, changelog) patch 1.54.1 -> 1.54.2

Release Notes

rubocop/rubocop (rubocop)

v1.54.2

Compare Source

Bug fixes
  • #​12043: Fix a false negative for Layout/ExtraSpacing when some characters are vertically aligned. ([@​koic][])
  • #​12040: Fix a false positive for Layout/TrailingEmptyLines to prevent the following incorrect autocorrection when inspecting the % form string %\n\n. ([@​koic][])
  • #​1867: Fix an error when AllCops:Exclude is empty in .rubocop.yml. ([@​koic][])
  • #​12034: Fix invalid byte sequence in UTF-8 error when using an invalid encoding string. ([@​koic][])
  • #​12038: Output the "server restarting" message to stderr. ([@​knu][])

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