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.61.0 → ~> 0.68.1) · Repo · Changelog
Release Notes
0.68.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 15 commits:
Cut 0.68.1
[Fix #6738] Prevent auto-correct conflict of `Style/Next` and `Style/SafeNavigation` (#7006)
Add a validation for RuboCop's config/default.yml for supported styles other than EnforcedStyle
Remove pry-byebug
Fix `Style/BlockDelimiters` to properly check if the node is chaned when `braces_for_chaining` is set.
Handle properly empty if blocks in Style/SafeNavigation (#6993)
Merge pull request #7000 from koic/fix_false_positive_for_style_mixin_usage
Fix an incorrect auto-correct for `Style/InverseMethods`
[Fix #6972] Fix a false positive for `Style/MixinUsage`
[Fix #6992] Fix unknown default configuration for Layout/IndentFirstParameter
Refactor with `range_type`
[Fix #6996] Allow freezing result of `String#*` (#6997)
Refactor cops to use matching on children
Improve Naming/RescuedExceptionsVariableName autocorrection
Fix an incorrect auto-correct for `Style/RedundantParentheses`
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