-
Notifications
You must be signed in to change notification settings - Fork 130
Commit 81859e4
authored
Update dependency rubocop to v1.75.8 (#613)
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.8))
| `1.75.7` -> `1.75.8` |
[](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.8`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1758-2025-05-28)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.75.7...v1.75.8)
##### Bug fixes
-
[#​14191](https://redirect.github.com/rubocop/rubocop/pull/14191):
Fix `Lint/FloatComparison` cop to detect floating-point number
comparisons in `case` statements.
(\[[@​daisuke](https://redirect.github.com/daisuke)]\[])
-
[#​14209](https://redirect.github.com/rubocop/rubocop/pull/14209):
Fix an error for `Style/RedundantFormat` with invalid format arguments.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​14200](https://redirect.github.com/rubocop/rubocop/pull/14200):
Fix false positives for `Style/DefWithParentheses` when using endless
method definition with empty parentheses and a space before `=`.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14197](https://redirect.github.com/rubocop/rubocop/issues/14197):
Fix infinite loop error for `EnforcedStyle: with_fixed_indentation` of
`Layout/ArgumentAlignment` and `EnforcedStyle: consistent` of
`Layout/FirstArgumentIndentation` and `Layout/HashAlignment`.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14204](https://redirect.github.com/rubocop/rubocop/pull/14204):
Fix `Layout/EmptyLinesAroundAccessModifier` cop error on trailing access
modifier.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
-
[#​14198](https://redirect.github.com/rubocop/rubocop/pull/14198):
Fix `Lint/DuplicateMethods` cop error on `to` option is dynamically
generated and `prefix` is enabled.
(\[[@​viralpraxis](https://redirect.github.com/viralpraxis)]\[])
-
[#​14199](https://redirect.github.com/rubocop/rubocop/pull/14199):
Fix wrong autocorrection for `Style/MapToHash` with destructuring
argument.
(\[[@​lovro-bikic](https://redirect.github.com/lovro-bikic)]\[])
-
[#​14050](https://redirect.github.com/rubocop/rubocop/issues/14050):
Modify condition for `rubocop:todo` EOL comment.
(\[[@​jonas054](https://redirect.github.com/jonas054)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent dc2c644 commit 81859e4Copy full SHA for 81859e4
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