Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (0.81 → 1.25.0) · Repo · Changelog
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by 32 commits:
Cut 1.25.0
Update Changelog
Fix cop generator for nested departments
[Doc] Tweak example desc for `Style/IfWithBooleanLiteralBranches`
Merge pull request #10357 from berkos/hash-syntax/change-ommit-value
Fix Style/HashSyntax: Omit the hash value cases
Merge pull request #10358 from gsamokovarov/style-sample-endless-range
Fix Style/Sample crash on {begin,end}less range shuffle indexes
Fix Gemspec/RequiredRubyVersion version matcher
Merge pull request #10355 from koic/ci_against_ruby_3_1_on_windows
CI against Ruby 3.1 on Windows
Merge pull request #10353 from danieldiekmeier/fix-ambiguous-regexp-literal-on-ruby-3
Merge pull request #10352 from mvz/improve-fixed-intentation-autocorrect
Use `:ambiguous_regexp` in Ruby 3
[Fix #8032] Improve argument alignment correction for kwargs
Support `EnforcedShorthandSyntax: either` for `Style/HashSyntax`
[Fix #10317] Fix a false positive for `Style/MethodCallWithArgsParentheses`
[Fix #10339] Support auto-correction for `Naming/BlockForwarding`
Fix a false positive for `Style/CollectionCompact`
Merge pull request #10350 from koic/fix_false_negative_for_lint_incompatible_io_select_with_fiber_scheduler
Fix a false negative for `Lint/IncompatibleIoSelectWithFiberScheduler`
Require Parser 3.1.0.0 or higher
Merge pull request #10341 from koic/fix_false_positive_for_style_ternary_parentheses
Merge pull request #10327 from koic/ci_against_ruby_3_1
CI against Ruby 3.1
[Fix #10336] Fix a false positive for `Style/TernaryParentheses`
Add the changelog entry for #10338
[Fix #10335] Fix a false positive for `Naming/BlockForwarding`
Bump license years to 2022
Merge pull request #10334 from fynsta/patch-1
Switch back the docs version
Correct language
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands