Bump rubocop from 1.79.1 to 1.79.2
Closed
Number: #332
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 1
Association: Contributor
Comments: 1
Created:
August 12, 2025 at 04:21 AM UTC
(10 months ago)
(10 months ago)
Updated:
August 15, 2025 at 08:13 AM UTC
(10 months ago)
(10 months ago)
Closed:
August 15, 2025 at 08:13 AM UTC
(10 months ago)
(10 months ago)
Time to Close:
3 days
Labels:
dependencies ruby
dependencies ruby
Description:
Bumps rubocop from 1.79.1 to 1.79.2.
Release notes
Sourced from rubocop's releases.
RuboCop v1.79.2
Bug fixes
- #11664: Cache wasn't getting used when using parallelization. (
@jvlara)- #14411: Fix false negatives for
Layout/EmptyLinesAroundClassBodywhen a class body starts with a blank line and defines a multiline superclass. (@koic)- #14413: Fix a false positive for
Layout/EmptyLinesAroundArgumentswith multiline strings that contain only whitespace. (@earlopain)- #14408: Fix false-positive for
Layout/EmptyLinesAfterModuleInclusionwhen inclusion is called with modifier. (@r7kamura)- #14402: Fix false positives for
Lint/UselessAssignmentwhen duplicate assignments appear inifbranch inside a loop and the variable is used outsidewhileloop. (@koic)- #14416: Fix false positives for
Style/MapToHashwhen usingto_hwith block argument. (@koic)- #14418: Fix false positives for
Style/MapToSetwhen usingto_setwith block argument. (@koic)- #14420: Fix false positives for
Style/SafeNavigationwhen ternary expression with operator method call with method chain. (@koic)Changes
- #14407: Register offense for parentheses around method calls with blocks in
Style/RedundantParentheses. (@lovro-bikic)
Changelog
Sourced from rubocop's changelog.
1.79.2 (2025-08-05)
Bug fixes
- #11664: Cache wasn't getting used when using parallelization. ([
@jvlara][])- #14411: Fix false negatives for
Layout/EmptyLinesAroundClassBodywhen a class body starts with a blank line and defines a multiline superclass. ([@koic][])- #14413: Fix a false positive for
Layout/EmptyLinesAroundArgumentswith multiline strings that contain only whitespace. ([@earlopain][])- #14408: Fix false-positive for
Layout/EmptyLinesAfterModuleInclusionwhen inclusion is called with modifier. ([@r7kamura][])- #14402: Fix false positives for
Lint/UselessAssignmentwhen duplicate assignments appear inifbranch inside a loop and the variable is used outsidewhileloop. ([@koic][])- #14416: Fix false positives for
Style/MapToHashwhen usingto_hwith block argument. ([@koic][])- #14418: Fix false positives for
Style/MapToSetwhen usingto_setwith block argument. ([@koic][])- #14420: Fix false positives for
Style/SafeNavigationwhen ternary expression with operator method call with method chain. ([@koic][])Changes
- #14407: Register offense for parentheses around method calls with blocks in
Style/RedundantParentheses. ([@lovro-bikic][])
Commits
517485aCut 1.79.2ccba99fUpdate Changeloga62c3a9Fix flaky spec forrubocop_extra_featuresbf3806e[Fix #14413] Fix a false positive forLayout/EmptyLinesAroundArgumentswith...9faac23[Fix #14420] Fix false positives forStyle/SafeNavigation2bf71f1Merge pull request #14418 from koic/fix_false_positives_for_style_map_to_setf807efaMerge pull request #14417 from koic/fix_false_positives_for_style_map_to_hashd7b9750Fix false positives forStyle/MapToSeta805ea3[Fix #14416] Fix false positives forStyle/MapToHasheb470ceMerge pull request #14414 from jvlara/fix/correct-cache-usage-on-autoload-for...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
Commits:
1
1
Files Changed:
1
1
Additions:
+2
+2
Deletions:
-2
-2
Package Dependencies
Technical Details
| ID: | 4969646 |
| UUID: | 2737605417 |
| Node ID: | PR_kwDOBIkbMc6jLIsp |
| Host: | GitHub |
| Repository: | github/rubocop-github |
| Mergeable: | Yes |
| Merge State: | Clean |