Skip to content

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

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

This MR contains the following updates:

Package Update Change
rubocop (source, changelog) minor 1.64.1 -> 1.65.0

Release Notes

rubocop/rubocop (rubocop)

v1.65.0

Compare Source

New features
Bug fixes
  • #​12954: Fix a false negative for Style/ArgumentsForwarding when arguments forwarding in yield. ([@​koic][])
  • #​13033: Fix a false positive for Layout/SpaceAroundOperators when using multiple spaces between an operator and a tailing comment. ([@​koic][])
  • #​12885: Fix a false positive for Lint/ToEnumArguments when enumerator is created for another method. ([@​koic][])
  • #​13018: Fix a false positive for Style/MethodCallWithArgsParentheses when EnforcedStyle: omit_parentheses is set and parenthesized method call is used before constant resolution. ([@​koic][])
  • #​12986: Fix a false positive for Style/RedundantBegin when endless method definition with rescue. ([@​koic][])
  • #​12985: Fix an error for Style/RedundantRegexpCharacterClass when using regexp_parser gem 2.3.1 or older. ([@​koic][])
  • #​13010: Fix an error for Style/SuperArguments when the hash argument is or-assigned. ([@​koic][])
  • #​13023: Fix an error for Style/SymbolProc when using lambda -> with one argument and multiline do...end block. ([@​koic][])
  • #​12989: Fix an error for the inherit_gem config when the Gemfile contains an uninstalled git gem. ([@​earlopain][])
  • #​12975: Fix an error for the inherit_gem config when running RuboCop without bundler and no Gemfile exists. ([@​earlopain][])
  • #​12997: Fix an error for Lint/UnmodifiedReduceAccumulator when the block is empty. ([@​earlopain][])
  • #​12979: Fix false negatives for Lint/Void when void expression with guard clause is not on last line. ([@​koic][])
  • #​12716: Fix false negatives for Lint/Void when using parenthesized void operators. ([@​koic][])
  • #​12471: Fix false negatives for Style/ZeroLengthPredicate when using safe navigation operator. ([@​koic][])
  • #​12960: Fix false positives for Lint/NestedMethodDefinition when definition of method on variable. ([@​koic][])
  • #​13012: Fix false positives for Style/HashExcept when using reject and calling include? method with bang. ([@​koic][])
  • #​12983: Fix false positives for Style/SendWithLiteralMethodName using send with writer method name. ([@​koic][])
  • #​12957: Fix false positives for Style/SuperArguments when calling super in a block. ([@​koic][])
Changes

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.

Merge request reports