Commit 9e34215
authored
Update dependency rubocop to v1.75.2 (#460)
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.75.2))
| `1.75.1` -> `1.75.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>rubocop/rubocop (rubocop)</summary>
###
[`v1.75.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1752-2025-04-03)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.75.1...v1.75.2)
##### Changes
-
[#​14065](https://redirect.github.com/rubocop/rubocop/pull/14065):
Update `Lint/RedundantTypeConversion` to register an offense for
`to_json.to_s`.
(\[[@​lovro-bikic](https://redirect.github.com/lovro-bikic)]\[])
##### Bug fixes
-
[#​14041](https://redirect.github.com/rubocop/rubocop/issues/14041):
Fix an error when using ERB templated config YAML with server mode.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14048](https://redirect.github.com/rubocop/rubocop/pull/14048):
Do not emit a warning for a zero-sized file while checking if it is
executable.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
-
[#​14053](https://redirect.github.com/rubocop/rubocop/issues/14053):
Fix incorrect autocorrect for `Lint/DeprecatedOpenSSLConstant` cipher
constant argument is not `cbc`.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14051](https://redirect.github.com/rubocop/rubocop/issues/14051):
Fix incorrect autocorrect for `Style/RedundantCondition` when true is
used as the true branch and the condition takes arguments.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14062](https://redirect.github.com/rubocop/rubocop/issues/14062):
Fix false positives for `Lint/ReturnInVoidContext` when returning inside
`define_method` or a nested singleton method.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​14057](https://redirect.github.com/rubocop/rubocop/pull/14057):
Fix `Style/ConditionalAssignment` cop error on dynamic string node in
branch.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
-
[#​14047](https://redirect.github.com/rubocop/rubocop/pull/14047):
Fix `Style/FrozenStringLiteralComment` cop errors on emacs-styled magic
comment.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent b632f42 commit 9e34215
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments