-
Notifications
You must be signed in to change notification settings - Fork 130
Commit 0f1cbb8
authored
chore(deps): update dependency rubocop to v1.73.1 (#392)
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.73.1))
| `1.73.0` -> `1.73.1` |
[](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.73.1`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1731-2025-02-27)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.73.0...v1.73.1)
##### Bug fixes
-
[#​13920](https://redirect.github.com/rubocop/rubocop/issues/13920):
Fix an error for `Lint/MixedCaseRange` when `/[[ ]]/` is used.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​13912](https://redirect.github.com/rubocop/rubocop/pull/13912):
Fix wrong autocorrect for `Lint/EmptyConditionalBody` when assigning to
a variable with only a single branch.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​13913](https://redirect.github.com/rubocop/rubocop/issues/13913):
Fix false positives for `Style/RedundantCondition` when using when true
is used as the true branch and the condition is not a predicate method.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​13909](https://redirect.github.com/rubocop/rubocop/issues/13909):
Fix false positive with `Layout/ClosingParenthesisIndentation` when
first parameter is a hash.
(\[[@​tejasbubane](https://redirect.github.com/tejasbubane)]\[])
-
[#​13915](https://redirect.github.com/rubocop/rubocop/pull/13915):
Fix writing generics type of rbs-inline annotation for nested class in
`Style/CommentedKeyword`.
(\[[@​dak2](https://redirect.github.com/dak2)]\[])
-
[#​13916](https://redirect.github.com/rubocop/rubocop/issues/13916):
Fix `Lint/LiteralAsCondition` acting on the right hand side of && nodes.
(\[[@​zopolis4](https://redirect.github.com/zopolis4)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 0fd2072 commit 0f1cbb8Copy full SHA for 0f1cbb8
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments