-
Notifications
You must be signed in to change notification settings - Fork 129
Commit dc10cd5
authored
Update dependency rubocop to v1.81.7 (#698)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [rubocop](https://rubocop.org/)
([source](https://redirect.github.com/rubocop/rubocop),
[changelog](https://redirect.github.com/rubocop/rubocop/releases/tag/v1.81.7))
| `1.81.6` -> `1.81.7` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>rubocop/rubocop (rubocop)</summary>
###
[`v1.81.7`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1817-2025-10-31)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.81.6...v1.81.7)
##### Bug fixes
-
[#​14597](https://redirect.github.com/rubocop/rubocop/issues/14597):
Fix an infinite loop error for `Layout/HashAlignment` when
`EnforcedStyle: with_fixed_indentation` is specified for
`Layout/ArgumentAlignment`.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14621](https://redirect.github.com/rubocop/rubocop/issues/14621):
Fix an error for `Naming/PredicateMethod` when using an `in` pattern
with empty parentheses body.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14631](https://redirect.github.com/rubocop/rubocop/pull/14631):
Fix an error for `Style/SoleNestedConditional` when using nested single
line `if`. (\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14626](https://redirect.github.com/rubocop/rubocop/issues/14626):
Fix false positives in `Style/ConstantVisibility` when visibility is
declared with multiple constants.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14628](https://redirect.github.com/rubocop/rubocop/issues/14628):
Fix false positives for `Style/FloatDivision` when using
`Regexp.last_match` or nth reference (e.g., `$1`).
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14617](https://redirect.github.com/rubocop/rubocop/pull/14617):
Handle non-specific issues with the Gemfile to allow fallback.
(\[[@​Fryguy](https://redirect.github.com/Fryguy)]\[])
-
[#​14622](https://redirect.github.com/rubocop/rubocop/pull/14622):
Fix an error for `Naming/MethodName` when the first argument to `alias`
contains interpolation.
(\[[@​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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6132028 commit dc10cd5Copy full SHA for dc10cd5
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 | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments