-
Notifications
You must be signed in to change notification settings - Fork 130
Commit f24ab18
authored
Update dependency rubocop to v1.75.4 (#552)
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.4))
| `1.75.3` -> `1.75.4` |
[](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.4`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1754-2025-04-28)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.75.3...v1.75.4)
##### Bug fixes
-
[#​14123](https://redirect.github.com/rubocop/rubocop/issues/14123):
Fix an infinite loop error for `Lint/BooleanSymbol` when using the
rocket hash syntax with a boolean symbol key.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14134](https://redirect.github.com/rubocop/rubocop/pull/14134):
Fix an error for `Style/ComparableBetween` when comparing the value with
itself.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​14111](https://redirect.github.com/rubocop/rubocop/issues/14111):
Fix an error for `Style/SafeNavigation` when the RHS of `&&` is a
complex `||` expression composed of `&&` conditions.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14129](https://redirect.github.com/rubocop/rubocop/issues/14129):
Fix false positives for `Style/ArgumentsForwarding` when using default
positional arg, keyword arg, and block arg in Ruby 3.1.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14110](https://redirect.github.com/rubocop/rubocop/pull/14110):
Fix false positives for `Style/RedundantParentheses` when parens around
basic conditional as the second argument of a parenthesized method call.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14120](https://redirect.github.com/rubocop/rubocop/issues/14120):
Fix false positives for `Style/RedundantParentheses` when parens around
unparenthesized method call as the second argument of a parenthesized
method call. (\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14133](https://redirect.github.com/rubocop/rubocop/pull/14133):
Fix `Lint/LiteralAsCondition` autocorrect when a literal is the
condition of an elsif followed by an else.
(\[[@​zopolis4](https://redirect.github.com/zopolis4)]\[])
-
[#​14116](https://redirect.github.com/rubocop/rubocop/issues/14116):
Make `Style/TrailingCommaInArguments` cop aware of trailing commas in
`[]` method call.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
-
[#​14114](https://redirect.github.com/rubocop/rubocop/pull/14114):
Fix `Style/ClassAndModuleChildren` cop error on tab-intended compactable
modules.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
##### Changes
-
[#​13611](https://redirect.github.com/rubocop/rubocop/issues/13611):
Enable `Lint/CircularArgumentReference` on Ruby 3.4.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6d33918 commit f24ab18Copy full SHA for f24ab18
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
0 commit comments