-
Notifications
You must be signed in to change notification settings - Fork 130
Commit 4e7042b
authored
Update dependency rubocop to v1.79.2 (#636)
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.79.2))
| `1.79.1` -> `1.79.2` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>rubocop/rubocop (rubocop)</summary>
###
[`v1.79.2`](https://redirect.github.com/rubocop/rubocop/blob/HEAD/CHANGELOG.md#1792-2025-08-05)
[Compare
Source](https://redirect.github.com/rubocop/rubocop/compare/v1.79.1...v1.79.2)
##### Bug fixes
-
[#​11664](https://redirect.github.com/rubocop/rubocop/issues/11664):
Cache wasn't getting used when using parallelization.
(\[[@​jvlara](https://redirect.github.com/jvlara)]\[])
-
[#​14411](https://redirect.github.com/rubocop/rubocop/issues/14411):
Fix false negatives for `Layout/EmptyLinesAroundClassBody` when a class
body starts with a blank line and defines a multiline superclass.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14413](https://redirect.github.com/rubocop/rubocop/issues/14413):
Fix a false positive for `Layout/EmptyLinesAroundArguments` with
multiline strings that contain only whitespace.
(\[[@​earlopain](https://redirect.github.com/earlopain)]\[])
-
[#​14408](https://redirect.github.com/rubocop/rubocop/pull/14408):
Fix false-positive for `Layout/EmptyLinesAfterModuleInclusion` when
inclusion is called with modifier.
(\[[@​r7kamura](https://redirect.github.com/r7kamura)]\[])
-
[#​14402](https://redirect.github.com/rubocop/rubocop/issues/14402):
Fix false positives for `Lint/UselessAssignment` when duplicate
assignments appear in `if` branch inside a loop and the variable is used
outside `while` loop.
(\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14416](https://redirect.github.com/rubocop/rubocop/issues/14416):
Fix false positives for `Style/MapToHash` when using `to_h` with block
argument. (\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14418](https://redirect.github.com/rubocop/rubocop/pull/14418):
Fix false positives for `Style/MapToSet` when using `to_set` with block
argument. (\[[@​koic](https://redirect.github.com/koic)]\[])
-
[#​14420](https://redirect.github.com/rubocop/rubocop/issues/14420):
Fix false positives for `Style/SafeNavigation` when ternary expression
with operator method call with method chain.
(\[[@​koic](https://redirect.github.com/koic)]\[])
##### Changes
-
[#​14407](https://redirect.github.com/rubocop/rubocop/pull/14407):
Register offense for parentheses around method calls with blocks in
`Style/RedundantParentheses`.
(\[[@​lovro-bikic](https://redirect.github.com/lovro-bikic)]\[])
</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:eyJjcmVhdGVkSW5WZXIiOiI0MS41MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTEuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent aad6737 commit 4e7042bCopy full SHA for 4e7042b
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