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 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.68.0 → ~> 0.75.1) · Repo · Changelog
Release Notes
0.75.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Cut 0.75.1
[Fix #6964] Set default `IgnoreCopDirectives` to `true` for `Metrics/LineLength`
Merge pull request #7416 from koic/fix_false_negative_for_layout_indent_assignmtnt
Add examples for `Lint/UnusedBlockArgument`
Add examples for `Style/Semicolon`
Add examples for `Lint/UnusedMethodArgument`
Merge pull request #7427 from koic/bump_rubocop_performance_to_1_5_0
Bump RuboCop Performance to 1.5.0
[Fix #7404] Fix a false negative for `Layout/IndentAssignment`
Tweak a changelog entry
Merge pull request #7378 from gsamokovarov/herdocs-and-empty-line-after-guard
Fix heredoc edge cases in Layout/EmptyLineAfterGuardClause
Merge pull request #7420 from rrosenblum/safe_nav_comment
[Fix #7397] Fix issue where Style/SafeNavigation adds extra comments
Add examples for `Style/DocumentationMethod`
Merge pull request #7418 from buehmann/exclude-git
Exclude .git from internal investigation
Merge pull request #7413 from pocke/add-rubocop-rake
Merge pull request #7414 from pocke/PercentLiteralCorrector-with-ruby-2.7-dev
Add rubocop-rake to the extension list
Fix PercentLiteralCorrector with Ruby 2.7-dev
Merge pull request #7412 from pocke/changelog
Add new line to EOF of CHANGELOG.md
[Fix #7391] Use IO#winsize for Windows compatibility (#7395)
[Fix #7389] Ambiguous formatter matching (#7402)
[Fix #7410] Add printf as a typical format string context
[Fix #7407] Better detect typical format string contexts
Replace slice_source with standard range methods
Revert "Add Extensions Cops Documentation references in the official docs (#7400)"
Add Extensions Cops Documentation references in the official docs (#7400)
Add examples for `Style/RedundantReturn`
Restyle example formatting for `Lint/Void`
[Fix #6759] Reference configuration in Basic Usage (#7394)
Restyle example formatting for `Style/MethodCallWithArgsParentheses`
Fix a typo in pacman_formatter (#7388)
Fix a typo for `Layout/EmptyLinesAroundClassBody`
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