Bump rubocop from 1.36.0 to 1.79.2
Open
Number: #216
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: Contributor
Comments: 3
Association: Contributor
Comments: 3
Created:
August 05, 2025 at 11:28 PM UTC
(11 months ago)
(11 months ago)
Updated:
August 23, 2025 at 01:06 AM UTC
(11 months ago)
(11 months ago)
Description:
Bumps rubocop from 1.36.0 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)RuboCop v1.79.1
Bug fixes
- #14390: Fix wrong autocorrect for
Style/ArgumentsForwardingwhen the method arguments contain*,**or&, and the method call containsselfas the first argument. (@earlopain)- #14399: Fix false positives for
Layout/EmptyLinesAfterModuleInclusionwhenprependis used with block methods. (@koic)- #14396: Fix a false positive for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside a ternary operator. (@koic)- #14383: Fix false positives for
Lint/UselessAssignmentwhen duplicate assignments inifbranch inside a loop. (@koic)- #14394: Fix false positive for
Lint/UselessAssignmentwithretryinrescuebranch. (@earlopain)- #14386: Fix false positives for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside array or hash literals. (@koic)- #14395: Fix LSP handling of URI-encoded paths with spaces. (
@hakanensari)Changes
- #14403: Enhance
Naming/MethodNamecop to detect offenses withinaliasandalias_methodcalls. (@viralpraxis)- #14389: Add support for
||toLint/LiteralAsCondition. (@zopolis4)RuboCop v1.79.0
New features
- #14348: Add new cop
Layout/EmptyLinesAfterModuleInclusion. (@lovro-bikic)- #14374: Enhance
Naming/MethodNamecop to detect offenses withinDatamembers. (@viralpraxis)
... (truncated)
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][])1.79.1 (2025-07-31)
Bug fixes
- #14390: Fix wrong autocorrect for
Style/ArgumentsForwardingwhen the method arguments contain*,**or&, and the method call containsselfas the first argument. ([@earlopain][])- #14399: Fix false positives for
Layout/EmptyLinesAfterModuleInclusionwhenprependis used with block methods. ([@koic][])- #14396: Fix a false positive for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside a ternary operator. ([@koic][])- #14383: Fix false positives for
Lint/UselessAssignmentwhen duplicate assignments inifbranch inside a loop. ([@koic][])- #14394: Fix false positive for
Lint/UselessAssignmentwithretryinrescuebranch. ([@earlopain][])- #14386: Fix false positives for
Style/RedundantParentheseswhen parentheses are used around a one-linerescueexpression inside array or hash literals. ([@koic][])- #14395: Fix LSP handling of URI-encoded paths with spaces. ([
@hakanensari][])Changes
- #14403: Enhance
Naming/MethodNamecop to detect offenses withinaliasandalias_methodcalls. ([@viralpraxis][])- #14389: Add support for
||toLint/LiteralAsCondition. ([@zopolis4][])1.79.0 (2025-07-24)
New features
- #14348: Add new cop
Layout/EmptyLinesAfterModuleInclusion. ([@lovro-bikic][])- #14374: Enhance
Naming/MethodNamecop to detect offenses withinDatamembers. ([@viralpraxis][])Bug fixes
- #14373: Fix an error for
Style/ParallelAssignmentwhen a lambda with parallel assignment is used on the RHS. ([@koic][])- #14370: Fix comment duplication bug in
Style/AccessorGroupingseparated autocorrect. ([@r7kamura][])- #14377: Fix a false positive for
Lint/UselessAssignmentwhen the assignment is inside a loop body. ([@5hun-s][])- #14355: Fix a false negative for
Style/RedundantParentheseswhen using parentheses around arescueexpression on a one-line. ([@koic][])- #14354: Fix incorrect autocorrect for
Style/AccessModifierDeclarationswhen using a grouped access modifier declaration. ([@girasquid][])- #14367: Fix an incorrect autocorrect for
Style/SingleLineMethodswhen defining a single-line singleton method. ([@koic][])- #14344: Fix incorrect autocorrect for
Style/SingleLineMethodswhen a single-line method definition contains a modifier. ([@koic][])
... (truncated)
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:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
| ID: | 4658923 |
| UUID: | 3294703720 |
| Node ID: | PR_kwDOIFCZBs6iSDWY |
| Host: | GitHub |
| Repository: | RubyOnWorld/allure-ruby |