Skip to content

chore(deps): update dependency rubocop to v1.63.3

Soos requested to merge renovate/rubocop-1.x-lockfile into master

This MR contains the following updates:

Package Update Change
rubocop (source, changelog) patch 1.63.0 -> 1.63.3

Release Notes

rubocop/rubocop (rubocop)

v1.63.3

Compare Source

Bug fixes
  • #​12857: Fix false negatives for Lint/UnreachableCode when using pattern matching. ([@​koic][])
  • #​12852: Fix an error for Lint/EmptyFile in formatters when using cache. ([@​earlopain][])
  • #​12848: Fix an error that occurs in RuboCop::Lockfile when the constant Bundler is uninitialized. ([@​koic][])
Changes

v1.63.2

Compare Source

Bug fixes
  • #​12843: Fix an error for Lint/MixedCaseRange when a character between Z and a is used in the regexp range. ([@​koic][])
  • #​12846: Fix an error for RuboCop::Lockfile when there is no Bundler environment. ([@​koic][])
  • #​12832: Fix an error for Style/ArgumentsForwarding when using block arg in nested method definitions. ([@​koic][])
  • #​12841: Fix false negatives for Lint/UnreachableLoop when using pattern matching. ([@​koic][])
  • #​12835: Allow global offenses to be disabled by directive comments. ([@​earlopain][])
Changes
  • #​12845: Exclude debug/open_nonstop from Lint/Debugger by default. ([@​koic][])

v1.63.1

Compare Source

Bug fixes
  • #​12828: Fix a false positive for Lint/AssignmentInCondition if assigning inside a method call. ([@​earlopain][])
  • #​12823: Fixed "uninitialized constant RuboCop::Lockfile::Bundler", caused when running RuboCop without bundler exec on codebases that use rubocop-rails. ([@​amomchilov][])

Configuration

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

🚦 Automerge: Enabled.

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 Soos

Merge request reports