🔼 Updates rubocop to v1.54.2
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
Bug fixes
-
#12043: Fix a false negative for
Layout/ExtraSpacingwhen some characters are vertically aligned. ([@koic][]) -
#12040: Fix a false positive for
Layout/TrailingEmptyLinesto prevent the following incorrect autocorrection when inspecting the%form string%\n\n. ([@koic][]) -
#1867: Fix an error when
AllCops:Excludeis 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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.