Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.4 by dependabot[bot] · Pull Request #154 · diffcrypt/diffcrypt-ruby · GitHub
Open Graph Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.4 by dependabot[bot] · Pull Request #154 · diffcrypt/diffcrypt-ruby
X Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.4 by dependabot[bot] · Pull Request #154 · diffcrypt/diffcrypt-ruby
Description: Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
RuboCop v1.75.4
Bug fixes
#14123: Fix an infinite loop error for Lint/BooleanSymbol when using the rocket hash syntax with a boolean symbol key. (@koic)
#14134: Fix an error for Style/ComparableBetween when comparing the value with itself. (@earlopain)
#14111: Fix an error for Style/SafeNavigation when the RHS of && is a complex || expression composed of && conditions. (@koic)
#14129: Fix false positives for Style/ArgumentsForwarding when using default positional arg, keyword arg, and block arg in Ruby 3.1. (@koic)
#14110: Fix false positives for Style/RedundantParentheses when parens around basic conditional as the second argument of a parenthesized method call. (@koic)
#14120: Fix false positives for Style/RedundantParentheses when parens around unparenthesized method call as the second argument of a parenthesized method call. (@koic)
#14133: Fix Lint/LiteralAsCondition autocorrect when a literal is the condition of an elsif followed by an else. (@zopolis4)
#14116: Make Style/TrailingCommaInArguments cop aware of trailing commas in [] method call. (@viralpraxis)
#14114: Fix Style/ClassAndModuleChildren cop error on tab-intended compactable modules. (@viralpraxis)
Changes
#13611: Enable Lint/CircularArgumentReference on Ruby 3.4. (@earlopain)
Changelog
Sourced from rubocop's changelog.
1.75.4 (2025-04-28)
Bug fixes
#14123: Fix an infinite loop error for Lint/BooleanSymbol when using the rocket hash syntax with a boolean symbol key. ([@koic][])
#14134: Fix an error for Style/ComparableBetween when comparing the value with itself. ([@earlopain][])
#14111: Fix an error for Style/SafeNavigation when the RHS of && is a complex || expression composed of && conditions. ([@koic][])
#14129: Fix false positives for Style/ArgumentsForwarding when using default positional arg, keyword arg, and block arg in Ruby 3.1. ([@koic][])
#14110: Fix false positives for Style/RedundantParentheses when parens around basic conditional as the second argument of a parenthesized method call. ([@koic][])
#14120: Fix false positives for Style/RedundantParentheses when parens around unparenthesized method call as the second argument of a parenthesized method call. ([@koic][])
#14133: Fix Lint/LiteralAsCondition autocorrect when a literal is the condition of an elsif followed by an else. ([@zopolis4][])
#14116: Make Style/TrailingCommaInArguments cop aware of trailing commas in [] method call. ([@viralpraxis][])
#14114: Fix Style/ClassAndModuleChildren cop error on tab-intended compactable modules. ([@viralpraxis][])
Changes
#13611: Enable Lint/CircularArgumentReference on Ruby 3.4. ([@earlopain][])
1.75.3 (2025-04-22)
Bug fixes
#13676: Allow RuboCop to inspect hidden directories if they are explicitly provided. ([@viralpraxis][])
#14080: Allow writing RBS::Inline annotation #: after end keyword in Style/CommentedKeyword. ([@dak2][])
#14075: Fix an error for Layout/EmptyLineAfterGuardClause when calling a method on the result of a single-line if with return. ([@koic][])
#14067: Fix false negatives for Style/RedundantParentheses when using parens around singleton method body. ([@koic][])
#14070: Fix false positives for EnforcedStyleForMultiline: diff_comma of Style/TrailingCommaInArrayLiteral and Style/TrailingCommaInHashLiteral when trailing comma with comment. ([@koic][])
#14092: Fix false negative for Style/RedundantParentheses when using some operator methods with a parenthesized argument. ([@koic][])
#14103: Fix Layout/MultilineOperationIndentation cop error on indexasgn node without arguments. ([@viralpraxis][])
#14089: Fix redundant current directory prefix regexp. ([@sferik][])
#14099: Fix Style/ClassAndModuleChildren cop error on one-liner class definition and nested enforced style. ([@viralpraxis][])
#14083: Fix Style/ConditionalAssignment cop error on one-line if-then-else. ([@viralpraxis][])
#14104: Fix Style/ConditionalAssignment cop error on indexed assignment without arguments. ([@viralpraxis][])
#14084: Fix Style/RedundantLineContinuation cop error on multiline assignment with line continuation. ([@viralpraxis][])
#14096: Fix error for Style/SafeNavigation with longer && chain (e.g. a && a.b && a.b.c). ([@lovro-bikic][])
#14068: Fix wrong autocorrection for Style/MapIntoArray when using push or append with hash argument without braces. ([@lovro-bikic][])
Changes
#14093: Register offenses for redundant parens around method arguments for Style/RedundantParentheses. ([@lovro-bikic][])
#14064: Prefer References over Reference in cop configs. ([@sambostock][])
1.75.2 (2025-04-03)
Changes
#14065: Update Lint/RedundantTypeConversion to register an offense for to_json.to_s. ([@lovro-bikic][])
Bug fixes
... (truncated)
Commits
eeda3b2 Cut 1.75.4
4ad182c Update Changelog
da245af Fix Lint/LiteralAsCondition autocorrect when a literal is the condition of ...
c9d38e1 [Fix #14116] Make Style/TrailingCommaInArguments cop aware of trailing comm...
f669bb1 Fix Style/ClassAndModuleChildren cop error on tab-intended compactable modules
7d1070b Fix an error for Style/ComparableBetween when comparing the value with itself
a2f38ce Merge pull request #14130 from koic/fix_false_positive_for_style_arguments_fo...
3aadb46 [Fix #14129] Fix false positives for Style/ArgumentsForwarding
d3f6b08 Merge pull request #14126 from koic/fix_an_error_lint_boolean_symbol
7dea554 [Fix #14123] Fix an error for Lint/BooleanSymbol
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 rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.4 Bug fixes #14123: Fix an infinite loop error for Lint/Boolean...
X Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.4 Bug fixes #14123: Fix an infinite loop error for Lint/Boo...
Opengraph URL: https://github.com/diffcrypt/diffcrypt-ruby/pull/154
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:337d89bc-8d7d-7a9e-3e97-35aaa71c696f |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 8C04:3E6C00:818ADA:AA5E15:69803CCD |
| html-safe-nonce | 0e62629f954e8b8866711b6251317ed5a4300a955e324f718533a570d79110b2 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4QzA0OjNFNkMwMDo4MThBREE6QUE1RTE1OjY5ODAzQ0NEIiwidmlzaXRvcl9pZCI6IjQzMTQwNzk4NjM1ODI1MDYxODkiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | d90f75014aca2878bf4bf114be064c9c3ac34deb14553a34e99f8c4fb8bc165e |
| hovercard-subject-tag | pull_request:2487280824 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/diffcrypt/diffcrypt-ruby/pull/154/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.4 Bug fixes #14123: Fix an infinite loop error for Lint/Boolean... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/diffcrypt/diffcrypt-ruby git https://github.com/diffcrypt/diffcrypt-ruby.git |
| octolytics-dimension-user_id | 77545058 |
| octolytics-dimension-user_login | diffcrypt |
| octolytics-dimension-repository_id | 275567034 |
| octolytics-dimension-repository_nwo | diffcrypt/diffcrypt-ruby |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 275567034 |
| octolytics-dimension-repository_network_root_nwo | diffcrypt/diffcrypt-ruby |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7c85641c598ad130c74f7bcc27f58575cac69551 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width