Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rubocop to v1.62.1 #585

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Update dependency rubocop to v1.62.1 #585

merged 1 commit into from
Mar 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rubocop (source, changelog) '1.62.0' -> '1.62.1' age adoption passing confidence

Release Notes

rubocop/rubocop (rubocop)

v1.62.1

Compare Source

Bug fixes
  • #​12761: Fix a false positive for Style/HashEachMethods when the key block argument of Enumerable#each method is unused after chunk. ([@​koic][])
  • #​12768: Fix a false positive for Style/NilComparison without receiver and EnforcedStyle: comparison. ([@​earlopain][])
  • #​12752: Fix an error for Gemspec/RequiredRubyVersion when the file is empty. ([@​earlopain][])
  • #​12770: Fix an error for Lint/RedundantWithIndex when the method has no receiver. ([@​earlopain][])
  • #​12775: Fix an error for Lint/UselessTimes when no block is present. ([@​earlopain][])
  • #​12772: Fix an error for Style/ClassVars when calling class_variable_set without arguments. ([@​earlopain][])
  • #​12773: Fix an error for Style/For with EnforcedStyle: for when no receiver. ([@​earlopain][])
  • #​12765: Fix an error for Layout/MultilineMethodCallIndentation with safe navigation and assignment method. ([@​earlopain][])
  • #​12703: Fix an error for Lint/MixedCaseRange with invalid byte sequence in UTF-8. ([@​earlopain][])
  • #​12755: Fix an exception for RedundantCurrentDirectoryInPath in case of require_relative without arguments. ([@​viralpraxis][])
  • #​12710: Fix a false negative for Layout/EmptyLineAfterMagicComment when the file is comments only. ([@​earlopain][])
  • #​12758: Fix false positives for Layout/RedundantLineBreak when using && or || after a backslash newline. ([@​koic][])
  • #​12763: Fix an infinite loop for Style/MultilineMethodSignature when there is a newline directly after the def keyword. ([@​earlopain][])
  • #​12774: Fix an infinite loop for Style/RaiseArgs with EnforcedStyle: compact when passing more than 2 arguments to raise. ([@​earlopain][])
  • #​12663: Fix Lint/Syntax getting disabled by rubocop:disable Lint/Syntax. ([@​earlopain][])
  • #​12756: Only parse target Ruby from gemspec if array elements are strings. ([@​davidrunger][])
Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.88%. Comparing base (4a65feb) to head (c6b9ec1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #585   +/-   ##
=======================================
  Coverage   34.88%   34.88%           
=======================================
  Files          47       47           
  Lines        1307     1307           
=======================================
  Hits          456      456           
  Misses        851      851           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yegor256
Copy link
Owner

@rultor please, try to merge, since 4 checks have passed

@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from 7a040e3 to c6b9ec1 Compare March 29, 2024 20:33
@rultor
Copy link
Collaborator

rultor commented Mar 29, 2024

@rultor please, try to merge, since 4 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit c6b9ec1 into master Mar 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/rubocop-1.x branch March 29, 2024 20:44
@rultor
Copy link
Collaborator

rultor commented Mar 29, 2024

@rultor please, try to merge, since 4 checks have passed

@yegor256 Done! FYI, the full log is here (took me 8min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants