Skip to content

Update dependency rubocop to '~> 1.64.0'

renovate token for release-tools requested to merge renovate/rubocop-1.x into master

This MR contains the following updates:

Package Update Change
rubocop (source, changelog) minor '~> 1.63.0' -> '~> 1.64.0'

Release Notes

rubocop/rubocop (rubocop)

v1.64.1

Compare Source

Bug fixes
  • #​12951: Fix an error for Style/Copyright when AutocorrectNotice 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 before super. ([@​earlopain][])
  • #​12931: Fix false positives for Style/RedundantLineContinuation when line continuations involve break, next, or yield with a return value. ([@​koic][])
  • #​12924: Fix false positives for Style/SendWithLiteralMethodName when public_send argument is a method name that cannot be autocorrected. ([@​koic][])

v1.64.0

Compare Source

New features
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 is super. ([@​koic][])
  • #​12923: Fix false negatives for Style/ArgumentsForwarding when forward target is safe navigation method. ([@​koic][])
  • #​12894: Fix false positives for Style/MapIntoArray when using each 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 with Max config instead of listing everything out with Exclude. ([@​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 for Style/SymbolProc. ([@​koic][])
  • #​12897: Respect user's intentions with workspace/executeCommand LSP method. ([@​koic][])

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

Edited by renovate token for release-tools

Merge request reports