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.20.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 20 commits:
Cut 1.20
Update Changelog
Update a changelog entry
[Fix #9580] Add New Cop to Enforce Bundler Gem filename (#9903)
[Fix #7836] Update `Style/BlockDelimeters` to add `begin`...`end` when converting a block containing `rescue` or `ensure` to braces.
Clarify relationship between `Layout/MultilineMethodArgumentLineBreaks` and `Layout/FirstMethodArgumentLineBreak`.
[Fix #6630] Updated `Style/CommentAnnotation` to be able to handle multiword keyword phrases.
Refactor `AnnotationComment` into an actual class representing an annotation comment.
Make `Lint/Debugger` aware of debug.rb
[Fix #10031] Fix a false positive for `Style/HashExcept`
[Fix #10033] Fix an incorrect auto-correct for `Style/BlockDelimiters`
[Fix #10036] Mark `Style/StructInheritance` as unsafe auto-correction
Merge pull request #10034 from DanielVartanov/master
Add `RubyJard` debugger calls to Lint/Debugger/DebuggerMethods
Remove redundant parentheses in pending cops message
Interpolated string literals are no longer frozen
MutableConstant: Extract string literal examples
Extract frozen string literal logic into a helper
[Fix #9328] Honour shareable_constant_value magic comment (#9929)
Switch back the version
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