quepid
quepid copied to clipboard
Update dependency rubocop to v1.64.1
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
rubocop (source, changelog) | 1.63.4 -> 1.64.1 |
Release Notes
rubocop/rubocop (rubocop)
v1.64.1
Bug fixes
-
#12951: Fix an error for
Style/Copyright
whenAutocorrectNotice
is missing. ([@koic][]) - #12932: Fix end position of diagnostic for LSP. ([@ksss][])
-
#12926: Fix a false positive for
Style/SuperArguments
when the methods block argument is reassigned beforesuper
. ([@earlopain][]) -
#12931: Fix false positives for
Style/RedundantLineContinuation
when line continuations involvebreak
,next
, oryield
with a return value. ([@koic][]) -
#12924: Fix false positives for
Style/SendWithLiteralMethodName
whenpublic_send
argument is a method name that cannot be autocorrected. ([@koic][])
v1.64.0
New features
-
#12904: Add new
either_consistent
SupportedShorthandSyntax
toStyle/HashSyntax
. ([@pawelma][]) -
#12842: Add new
Style/SendWithLiteralMethodName
cop. ([@koic][]) -
#12309: Add new
Style/SuperArguments
cop. ([@earlopain][]) -
#12917: Suggest correct formatter name for
--format
command line option. ([@koic][]) -
#12242: Support
AllowModifiersOnAttrs
option forStyle/AccessModifierDeclarations
. ([@krororo][]) -
#11585: Support
AllowedMethods
forStyle/DocumentationMethod
. ([@koic][])
Bug fixes
-
#7189: Fix a false positive for
Style/Copyright
when using multiline copyright notice. ([@koic][]) -
#12914: Fix a false negative for
Layout/EmptyComment
when using an empty comment next to code after comment line. ([@koic][]) -
#12919: Fix false negatives for
Style/ArgumentsForwarding
when forward target issuper
. ([@koic][]) -
#12923: Fix false negatives for
Style/ArgumentsForwarding
when forward target is safe navigation method. ([@koic][]) -
#12894: Fix false positives for
Style/MapIntoArray
when usingeach
without receiver with<<
to build an array. ([@koic][]) - #12876: Fix an error for the lockfile parser if a gemfile exists but a lockfile doesn't. ([@earlopain][])
-
#12888: Fix
--no-exclude-limit
generating a todo withMax
config instead of listing everything out withExclude
. ([@earlopain][]) -
#12898: Fix an error for
TargetRailsVersion
when parsing from the lockfile with prerelease rails. ([@earlopain][])
Changes
- #12908: Add rubocop-rspec back to suggested extensions when rspec-rails is in use. ([@pirj][])
-
#12884: Align output from
cop.documentation_url
with--show-docs-url
when passing a config as argument. ([@earlopain][]) -
#12905: Support
ActiveSupportExtensionsEnabled
forStyle/SymbolProc
. ([@koic][]) -
#12897: Respect user's intentions with
workspace/executeCommand
LSP method. ([@koic][])
v1.63.5
Bug fixes
-
#12877: Fix an infinite loop error for
Layout/FirstArgumentIndentation
when specifyingEnforcedStyle: with_fixed_indentation
ofLayout/ArrayAlignment
. ([@koic][]) -
#12873: Fix an error for
Metrics/BlockLength
when theCountAsOne
config is invalid. ([@koic][]) -
#12881: Fix incorrect autocorrect when
Style/NumericPredicate
is used with negations. ([@fatkodima][]) -
#12882: Fix
Layout/CommentIndentation
for comment-only pattern matching. ([@nekketsuuu][])
Configuration
📅 Schedule: Branch creation - "* 8-20 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.