-
Notifications
You must be signed in to change notification settings - Fork 130
Commit bc9beed
authored
chore(deps): update dependency rubocop to v1.73.2 (#394)
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.2))
| `1.73.1` -> `1.73.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.73.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1732-2025-03-04)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.73.1...v1.73.2)
##### Bug fixes
-
[#​13942](https://redirect.github.com/rubocop/rubocop/pull/13942):
Fix incorrect disabling of departments when inheriting configuration.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​13766](https://redirect.github.com/rubocop/rubocop/issues/13766):
Fix false positives for `Style/InverseMethods` when using `any?` or
`none?` with safe navigation operator.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​13938](https://redirect.github.com/rubocop/rubocop/pull/13938):
Fix false positives for `Style/RedundantCondition` when a variable or a
constant is used.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​13935](https://redirect.github.com/rubocop/rubocop/pull/13935):
Fix a false negative for `Style/RedundantFreeze` when calling methods
that produce frozen objects with numblocks.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​13928](https://redirect.github.com/rubocop/rubocop/issues/13928):
Fix `end pattern with unmatched parenthesis: / (RegexpError)` on Ruby
3.2.0.
(\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[])
-
[#​13933](https://redirect.github.com/rubocop/rubocop/issues/13933):
Fix wrong autocorrect for `Style/KeywordParametersOrder` when the
arguments are on multiple lines and contain comments.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
##### Changes
-
[#​12669](https://redirect.github.com/rubocop/rubocop/issues/12669):
Update autocorrection for `Lint/EmptyConditionalBody` to be safe.
(\[[@​dvandersluis](https://redirect.github.com/dvandersluis)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 67de549 commit bc9beedCopy full SHA for bc9beed
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