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 '~> 1.54.0' #41

Merged
merged 1 commit into from
Jul 4, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
rubocop (source, changelog) minor '~> 1.53.0' -> '~> 1.54.0'

Release Notes

rubocop/rubocop (rubocop)

v1.54.1

Compare Source

Bug fixes
  • #​12024: Fix a false positive for Lint/RedundantRegexpQuantifiers when interpolation is used in a regexp literal. ([@​koic][])
  • #​12020: This PR fixes an infinite loop error for Layout/SpaceAfterComma with Layout/SpaceBeforeSemicolon when autocorrection conflicts. ([@​koic][])
  • #​12014: Fix an error for Lint/UselessAssignment when part of a multiple assignment is enclosed in parentheses. ([@​koic][])
  • #​12011: Fix an error for Metrics/MethodLength when using a heredoc in a block without block arguments. ([@​koic][])
  • #​12010: Fix false negatives for Style/RedundantRegexpArgument when using safe navigation operator. ([@​koic][])

v1.54.0

Compare Source

New features
Bug fixes
  • #​12005: Fix a false negative for Lint/Debugger when using debugger method inside lambda. ([@​koic][])
  • #​11986: Fix a false positive for Lint/MixedCaseRange when the number of characters at the start or end of range is other than 1. ([@​koic][])
  • #​11992: Fix an unexpected NoMethodError for built-in language server when an internal error occurs. ([@​koic][])
  • #​11994: Fix an error for Layout/LineEndStringConcatenationIndentation when inspecting the % from string %\n\n. ([@​koic][])
  • #​12007: Fix an error for Layout/SpaceAroundOperators when using unary operator with double colon. ([@​koic][])
  • #​11996: Fix an error for Style/IfWithSemicolon when without branch bodies. ([@​koic][])
  • #​12009: Fix an error for Style/YodaCondition when equality check method is used without the first argument. ([@​koic][])
  • #​11998: Fix an error when inspecting blank heredoc delimiter. ([@​koic][])
  • #​11989: Fix an incorrect autocorrect for Style/RedundantRegexpArgument when using unicode chars. ([@​koic][])
  • #​12001: Fix code length calculator for method calls with heredoc. ([@​fatkodima][])
  • #​12002: Fix Lint/Void cop for __ENCODING__ constant. ([@​fatkodima][])
Changes

Configuration

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

🚦 Automerge: Enabled.

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.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot merged commit 0f53ceb into master Jul 4, 2023
2 checks passed
@renovate renovate bot deleted the renovate/rubocop-1.x branch July 4, 2023 13:58
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.

None yet

0 participants