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.69.0) · Repo · Changelog
Release Notes
0.69.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 37 commits:
Cut 0.69
Tweak some wording
[Fix #6779] Add new cop `Style/NegatedUnless`
Update "migrate_performance_cops.md"
[Fix #7033] Fix an error for `Layout/EmptyLineAfterGuardClause`
Relax the stalebot config
[Fix #6729] Handle array spread for `change_column_default` in `Rails/ReversibleMigration`
Fix `Rails/LinkToBlank` dectection to allow `rel: 'noreferer`Fix
Merge pull request #7016 from dduugg/handle-jumps-in-inverse-methods
[Fix #6969] Fix a false positive with block methods in `Style/InverseMethods`
[Fix #6980] Allow string as keys for hash arguments to gsub methods
Spare good first issues from the wrath of stalebot
[Fix #6387] Prevent `Lint/NumberConversion` from reporting error with Time/DateTime
Follow up "Drop support for Ruby 2.2"
Merge pull request #7025 from lavoiesl/unified-integer-2.3
Update the stale bot config
Allow unicode-display_width 1.6.0
Enable probot-stale
Use squiggly heredoc instead of `String#strip_indent` (Powerpack)
Set default `EnforcedStyle` to `always` for `Style/FrozenStringLiteralComment`
Set default `EnforcedStyle` to `always` for `Layout/IndentHeredoc`
[Fix #6945] Drop support for Ruby 2.2
Remove `Performance/Caller` configuration from .rubocop.yml
Do not autocorrect UnifiedInteger if TargetRubyVersion < 2.4
Replace `Time.zone.current` with `Time.zone.today` on `Rails::Date` message
Merge pull request #7019 from koic/bump_rubocop_performance_to_1_2_0
Bump RuboCop Performance to 1.2.0
Merge pull request #7015 from hoshinotsuyoshi/fix_6880
[Fix #6880] Fix RuboCop::Options#parse for `.rubocop` file parsing
[Fix #6900] Rails/TimeZone cop in strict mode (#6930)
Merge pull request #7012 from maxh/maxh/add-link
Add links to Ruby style guide for new heredoc cops
Support Class.new subclass in Lint/InheritException
Upgrade to parser 2.6.x.x
Merge pull request #7008 from koic/mark_default_enforced_style_for_indent_first_parameter
Mark the default `EnforcedStyle` for `Layout/IndentFirstParameter`
[Fix #6937] Make Style/BlockDelimiters aware of safe navigation
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