Skip to content

Commit

Permalink
chore(deps): update dependency rubocop to v1.72.2 (#388)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [rubocop](https://rubocop.org/)
([source](https://redirect.github.com/rubocop/rubocop),
[changelog](https://redirect.github.com/rubocop/rubocop/releases/tag/v1.72.2))
| `1.72.1` -> `1.72.2` |
[![age](https://developer.mend.io/api/mc/badges/age/rubygems/rubocop/1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/rubygems/rubocop/1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/rubygems/rubocop/1.72.1/1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/rubygems/rubocop/1.72.1/1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>rubocop/rubocop (rubocop)</summary>

###
[`v1.72.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1722-2025-02-17)

[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.72.1...v1.72.2)

##### Bug fixes

-
[#&#8203;13853](https://redirect.github.com/rubocop/rubocop/pull/13853):
Fix exclusion of relative paths in plugin's `AllCops: Exclude` as
expected. (\[[@&#8203;koic](https://redirect.github.com/koic)]\[])
-
[#&#8203;13844](https://redirect.github.com/rubocop/rubocop/issues/13844):
Fix an error for `Style/RedundantFormat` when a template argument is
used without keyword arguments.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])
-
[#&#8203;13857](https://redirect.github.com/rubocop/rubocop/pull/13857):
Fix an error for `Style/RedundantFormat` when numeric placeholders is
used in the template argument.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])
-
[#&#8203;13861](https://redirect.github.com/rubocop/rubocop/issues/13861):
Fix `ArgumentError` related to two deprecated `AllowedPattern` APIs.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])
-
[#&#8203;13849](https://redirect.github.com/rubocop/rubocop/issues/13849):
Fix an error for `Lint/UselessConstantScoping` when multiple assigning
to constants after `private` access modifier.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])
-
[#&#8203;13856](https://redirect.github.com/rubocop/rubocop/issues/13856):
Fix false positives for `Lint/UselessConstantScoping` when a constant is
used after `private` access modifier with arguments.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])

##### Changes

-
[#&#8203;13846](https://redirect.github.com/rubocop/rubocop/issues/13846):
Mark `Style/RedundantFormat` as unsafe autocorrect.
(\[[@&#8203;koic](https://redirect.github.com/koic)]\[])

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/line/line-bot-sdk-ruby).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 9478563 commit aeaeb84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.72.1)
rubocop (1.72.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down

0 comments on commit aeaeb84

Please sign in to comment.