Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.81.6 by dependabot[bot] · Pull Request #172 · diffcrypt/diffcrypt-ruby · GitHub
Open Graph Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.81.6 by dependabot[bot] · Pull Request #172 · diffcrypt/diffcrypt-ruby
X Title: Update rubocop requirement from ~> 1.73.2 to ~> 1.81.6 by dependabot[bot] · Pull Request #172 · diffcrypt/diffcrypt-ruby
Description: Updates the requirements on rubocop to permit the latest version.
Release notes
Sourced from rubocop's releases.
RuboCop v1.81.6
Bug fixes
#14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. (@koic)
#14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. (@koic)
#14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. (@martinemde)
#14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. (@koic)
#14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. (@koic)
#14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. (@koic)
#14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. (@dvandersluis)
#14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. (@dvandersluis)
#14607: Fix Style/RedundantFormat handling control characters like \n. (@dvandersluis)
#14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. (@koic)
#14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. (@earlopain)
Changes
#14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. (@viralpraxis)
#14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. (@viralpraxis)
#14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. (@viralpraxis)
#14568: Make Style/LambdaCall autocorrection contextual. (@koic)
Changelog
Sourced from rubocop's changelog.
1.81.6 (2025-10-21)
Bug fixes
#14587: Fix an error for Lint/SelfAssignment when using []= assignment with no arguments. ([@koic][])
#14572: Fix an error for Style/ArrayIntersect when intersection(other).any? is called without a receiver. ([@koic][])
#14599: Fix a crash when Style/ConditionalAssignment is configured with assign_inside_conditional and the conditional contains a multi-line regex. ([@martinemde][])
#14574: Fix false positives for Style/RedundantInterpolation when using a one-line => pattern matching. ([@koic][])
#14602: Fix false positives for Style/EndlessMethod when heredoc is used in method body. ([@koic][])
#14594: Fix false positives for Style/EndlessMethod when the endless method would exceed the maximum line length. ([@koic][])
#14605: Fix false positive for Lint/EmptyInterpolation when interpolation is inside a %W literal. ([@dvandersluis][])
#14604: Fix Style/RedundantFormat false positive when a interpolated value is given to a specifier with a width or precision. ([@dvandersluis][])
#14607: Fix Style/RedundantFormat handling control characters like \n. ([@dvandersluis][])
#14577: Fix an incorrect autocorrect for Style/Semicolon when a method call using hash value omission without parentheses is terminated with a semicolon. ([@koic][])
#14552: Fix a false positive for Security/JSONLoad when create_additions is explicitly specified. ([@earlopain][])
Changes
#14566: Enhance Lint::ConstantOverwrittenInRescue cop to detect offenses within fully qualified constants. ([@viralpraxis][])
#14575: Enhance Lint/ConstantOverwrittenInRescue cop to detect offenses within nested constants. ([@viralpraxis][])
#14596: Change Lint/ConstantOverwrittenInRescue to detect any constant assignment. ([@viralpraxis][])
#14568: Make Style/LambdaCall autocorrection contextual. ([@koic][])
1.81.1 (2025-09-26)
Bug fixes
#14563: Fix incorrect autocorrection for Lint/DeprecatedOpenSSLConstant when Cipher appears twice. ([@koic][])
Changes
#14565: Allow multiline method chain for Style/NumberedParameters and Style/ItBlockParameter with EnforcedStyle: allow_single_line when the block itself is on a single line. ([@earlopain][])
1.81.0 (2025-09-25)
New features
#14512: Add Style/ArrayIntersectWithSingleElement cop. ([@r7kamura][])
#10971: Support EnforcedStyleForMultiline: diff_comma in Style/TrailingCommaInArguments. ([@akouryy][])
Bug fixes
#14560: Fix an error for Style/NilComparison cop when using the var.==(nil) and var.===(nil) syntax. ([@viralpraxis][])
#14535: Fix autocorrect for Style/ExplicitBlockArgument when there are two methods that share the same implementation. ([@earlopain][])
#14527: Fix false negatives for Style/NumberedParameters and Style/ItBlockParameter when using multiline method chain with EnforcedStyle: allow_single_line. ([@koic][])
#14522: Fix false negatives for Layout/MultilineOperationIndentation when using indented code on LHS of equality operator in modifier method definition. ([@koic][])
#14496: Fix false negatives for Layout/EmptyLineBetweenDefs for AllowAdjacentOneLineDefs: false and DefLikeMacros that take no block. ([@earlopain][])
#14553: Fix false positives when EnforcedStyle: allowed_in_returns and !! appears across multiple lines in return position. ([@koic][])
#14557: Fix false positives for Style/RedundantParentheses when parentheses are used around a one-line rescue expression as a condition. ([@koic][])
#14525: Fix false positives for Style/RedundantRegexpEscape when an escaped variable sigil follows # (e.g., /#\@foo/, /#\@@bar/, /#\$baz/). ([@koic][])
... (truncated)
Commits
8c98655 Cut 1.81.6
f5431f5 Update broken link
3d76fb0 Update Changelog
fe019a8 Merge pull request #14611 from r7kamura/CopDirectiveSyntax-comment-improve
df813a3 Improve Lint/CopDirectiveSyntax cop documentation examples
905c991 Merge pull request #14606 from dvandersluis/issue/14605
f7f653f Merge pull request #14608 from dvandersluis/issue/14604
91ed4aa [Fix #14604] Fix Style/RedundantFormat false positive when a interpolated v...
bb5d1a3 [Fix #14605] Fix false positive for Lint/EmptyInterpolation when interpolat...
783a4bf Merge pull request #14607 from dvandersluis/redundant-format-control-chars
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.81.6 Bug fixes #14587: Fix an error for Lint/SelfAssignment when u...
X Description: Updates the requirements on rubocop to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop v1.81.6 Bug fixes #14587: Fix an error for Lint/SelfAssignment wh...
Opengraph URL: https://github.com/diffcrypt/diffcrypt-ruby/pull/172
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:5d887b48-8d92-cb3c-5c96-4a20e0ba9652 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 93F6:5B839:175FC90:1E25686:698022AC |
| html-safe-nonce | b2c1c2cc0880ceae7443c0b23cfe6a143135e207b6ab7b75da0cb83610a51085 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5M0Y2OjVCODM5OjE3NUZDOTA6MUUyNTY4Njo2OTgwMjJBQyIsInZpc2l0b3JfaWQiOiI1MjU0MzEyNjIwNTk2NDA0OTA4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 5ebfb2cfce5e1737909713daf713401f0e63dc71c87dbaa6ad94d800bb6aeb48 |
| hovercard-subject-tag | pull_request:2934961498 |
| 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/172/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.81.6 Bug fixes #14587: Fix an error for Lint/SelfAssignment when u... |
| 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