Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.3 by dependabot[bot] · Pull Request #153 · diffcrypt/diffcrypt-ruby · GitHub
Open Graph Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.3 by dependabot[bot] · Pull Request #153 · diffcrypt/diffcrypt-ruby
X Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.75.3 by dependabot[bot] · Pull Request #153 · diffcrypt/diffcrypt-ruby
Description: Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
RuboCop v1.75.3
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)
Changelog
Sourced from rubocop's changelog.
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
#14041: Fix an error when using ERB templated config YAML with server mode. ([@koic][])
#14048: Do not emit a warning for a zero-sized file while checking if it is executable. ([@viralpraxis][])
#14053: Fix incorrect autocorrect for Lint/DeprecatedOpenSSLConstant cipher constant argument is not cbc. ([@koic][])
#14051: Fix incorrect autocorrect for Style/RedundantCondition when true is used as the true branch and the condition takes arguments. ([@koic][])
#14062: Fix false positives for Lint/ReturnInVoidContext when returning inside define_method or a nested singleton method. ([@earlopain][])
#14057: Fix Style/ConditionalAssignment cop error on dynamic string node in branch. ([@viralpraxis][])
#14047: Fix Style/FrozenStringLiteralComment cop errors on emacs-styled magic comment. ([@viralpraxis][])
1.75.1 (2025-03-26)
Changes
#14038: Rename EnforcedStyle: allow_named_parameter to EnforcedStyle: only_numbered_parameters in Style/ItBlockParameter. ([@koic][])
1.75.0 (2025-03-26)
New features
... (truncated)
Commits
05f0b56 Cut 1.75.3
fc7022a Update Changelog
8dd8713 Make InternalAffairs/ExampleDescription aware of xit and fit
0ea19f0 Merge pull request #14104 from viralpraxis/fix-style-conditional-assignment-c...
543eeaf Merge pull request #14105 from viralpraxis/bump-rubocop-rspec-dependency
fb1de41 Merge pull request #14101 from lovro-bikic/docs-formatting-issues
a96fae0 Bump rubocop-rspec development dependency
83de373 Fix Style/ConditionalAssignment cop error on indexed assignment without arg...
33e9b93 Merge pull request #14103 from viralpraxis/fix-layout-multiline-operation-ide...
3409c8e Fix Layout/MultilineOperationIndentation cop error on indexasgn node with...
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.3 Bug fixes #13676: Allow RuboCop to inspect hidden directories...
X Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.75.3 Bug fixes #13676: Allow RuboCop to inspect hidden directo...
Opengraph URL: https://github.com/diffcrypt/diffcrypt-ruby/pull/153
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:0c58713d-7801-d183-a248-c2e58b0d051d |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | EDCC:CDBDA:13E10FC:19BFD55:69803CBF |
| html-safe-nonce | e41e76521bd8d755d98f9e1d58ae5d923a298fd5fff331716fade910b8080989 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFRENDOkNEQkRBOjEzRTEwRkM6MTlCRkQ1NTo2OTgwM0NCRiIsInZpc2l0b3JfaWQiOiI1MzcyMDEzODc1NzY1OTg0NDQ3IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 36c6dc618a49ff5dff290400e43a8cad7f8aa44e7c106e0f55011bc051611678 |
| hovercard-subject-tag | pull_request:2474689023 |
| 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/153/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.3 Bug fixes #13676: Allow RuboCop to inspect hidden directories... |
| 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