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.73.0 #192

Merged
merged 1 commit into from
Feb 27, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

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

Release Notes

rubocop/rubocop (rubocop)

v1.73.0

Compare Source

New features
Bug fixes
  • #​13867: Fix an error for plugins when not running RuboCop through Bundler. ([@​earlopain][])
  • #​13902: Fix false negative for Style/RedundantSelfAssignment when the method receives a block. ([@​vlad-pisanov][])
  • #​13826: Fix false positives for regex cops when Lint/MixedCaseRange is enabled. ([@​earlopain][])
  • #​13818: Fix false positives for Lint/Void when using operator method call without argument. ([@​koic][])
  • #​13896: Fix a false positive for Style/TrivialAccessors with instance_eval and numblocks. ([@​earlopain][])
  • #​13910: Fix false positives for Style/EndlessMethod when using setter method definitions. ([@​koic][])
  • #​13889: Fix autocorrection for Layout/LineLength with interpolated strings when not on the first line. ([@​dvandersluis][])
  • #​13900: Fix infinite loop between Layout/EmptyLinesAroundAccessModifier and Layout/EmptyLinesAroundBlockBody with EnforcedStyle: no_empty_lines. ([@​dvandersluis][])
  • #​12692: Fix Style/AccessorGrouping with constants. ([@​tejasbubane][])
  • #​13882: Fix Style/RedundantFormat for annotated template strings with missing hash keys. ([@​dvandersluis][])
  • #​13880: Fix Style/RedundantFormat when given double-splatted arguments. ([@​dvandersluis][])
  • #​13907: Don't offer autocorrect for Style/StringConcatenation when numblocks are used. ([@​earlopain][])
  • #​13876: Don't consider require 'pp' to be redundant for Lint/RedundantRequireStatement. ([@​earlopain][])
  • #​13885: Update Style/HashExcept and Style/HashSlice to not register an offense if selecting over the hash value. ([@​dvandersluis][])
Changes
  • #​12948: Add ForbiddenNames configuration to Naming/VariableName to specify names that are forbidden. ([@​dvandersluis][])
  • #​13117: Add partial autocorrect support to Lint/LiteralAsCondition cop to check for redundant conditions. ([@​zopolis4][])
  • #​13892: Allow merging of configured arrays and non-arrays. ([@​sambostock][])
  • #​13833: Add Reference to common params. ([@​sambostock][])
  • #​13890: Update Lint/RedundantTypeConversion to not register an offense when given a constructor with exception: false. ([@​dvandersluis][])
  • #​13729: Update Style/RedundantCondition cop to detect conditional expressions where the true branch is true and suggest replacing them with a logical OR. ([@​datpmt][])

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency rubocop to v1.70.0 Update dependency rubocop to v1.71.0 Jan 22, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch 2 times, most recently from 9ea0bdc to ac0dd55 Compare January 28, 2025 08:45
@renovate renovate bot changed the title Update dependency rubocop to v1.71.0 Update dependency rubocop to v1.71.0 - autoclosed Jan 28, 2025
@renovate renovate bot closed this Jan 28, 2025
@renovate renovate bot deleted the renovate/rubocop-1.x branch January 28, 2025 08:47
@renovate renovate bot changed the title Update dependency rubocop to v1.71.0 - autoclosed Update dependency rubocop to v1.71.0 Jan 31, 2025
@renovate renovate bot reopened this Jan 31, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from d1cefa4 to ac0dd55 Compare January 31, 2025 12:29
@renovate renovate bot changed the title Update dependency rubocop to v1.71.0 Update dependency rubocop to v1.71.1 Jan 31, 2025
@renovate renovate bot changed the title Update dependency rubocop to v1.71.1 Update dependency rubocop to v1.71.2 Feb 4, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from ac0dd55 to 62cbf17 Compare February 4, 2025 08:25
@renovate renovate bot changed the title Update dependency rubocop to v1.71.2 Update dependency rubocop to v1.72.0 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch 2 times, most recently from 6be523d to 9dc3da1 Compare February 15, 2025 17:35
@renovate renovate bot changed the title Update dependency rubocop to v1.72.0 Update dependency rubocop to v1.72.1 Feb 15, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from 9dc3da1 to b7a4503 Compare February 16, 2025 11:49
@renovate renovate bot changed the title Update dependency rubocop to v1.72.1 Update dependency rubocop to v1.72.2 Feb 17, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from b7a4503 to aabb9aa Compare February 17, 2025 19:06
@renovate renovate bot changed the title Update dependency rubocop to v1.72.2 Update dependency rubocop to v1.72.2 - autoclosed Feb 24, 2025
@renovate renovate bot closed this Feb 24, 2025
@renovate renovate bot changed the title Update dependency rubocop to v1.72.2 - autoclosed Update dependency rubocop to v1.72.2 Feb 26, 2025
@renovate renovate bot reopened this Feb 26, 2025
@renovate renovate bot changed the title Update dependency rubocop to v1.72.2 Update dependency rubocop to v1.73.0 Feb 26, 2025
@renovate renovate bot force-pushed the renovate/rubocop-1.x branch from aabb9aa to a14a596 Compare February 26, 2025 16:33
@yegor256 yegor256 merged commit e31b11e into master Feb 27, 2025
11 checks passed
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.

1 participant