Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.13.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 46 commits:
Cut 1.13
Update Changelog
Tweak a changelog entry
Fix an incorrect auto-correct for `Style/MethodCallWithArgsParentheses`
Add --no-parallel command-line option (#9640)
[Fix #9636] Resolve symlinks when excluding directories
Fix an incorrect auto-correct for `Style/HashConversion`
[Fix #9689] Treat parens around array items the same for children and deeper descendants.
Fix typos
[Fix #5576] Treat relativity of Include parameters correctly
Merge pull request #9708 from dvandersluis/issue/9707
[Fix #9707] Fix false positive for `Style/MethodCallWithArgsParentheses` with `omit_parentheses` style on an endless `defs` node.
Merge pull request #9705 from koic/fix_an_error_for_style_single_line_method
Fix an error for `Style/SingleLineMethods`
Fix an incorrect auto-correct for `Style/SingleLineMethods`
Change RedundantLineBreak: InspectBlocks to false internally
[Fixes #9700] Have `Style/RedundantArgument` use correct parser
Move `parse` method into new Cop API
Add a Discord chat badge
[Fix #9698] Fix an error for `Style/StructInheritance`
Auto disable parallel
[Fix #9684] Support `IgnoredMethods` option for `Lint/AmbiguousBlockAssociation`
Set false to `SafeMultiline` for `Performance/StartWith` and `Performance/EndWith`
Prefer `File.read` instead of `IO.read`
Merge pull request #9694 from renjiexu/master
Fix typo
[Fix #9683] Fix an incorrect auto-correct for `Style/HashConversion`
Add restrictive_version_specifiers to Bundler/GemComment (#9358)
Fix an incorrect auto-correct for `Style/IfUnlessModifier`
[Fix #9691] Add configuration option InspectBlocks to RedundantLineBreak
[Fix #9681] Fix an incorrect auto-correct for `Style/RedundantBegin`
Remove legacy docs
Improve cop documentation
Run rubocop --auto-gen-config
Manually fix remaining offenses
Run rubocop -A
Run rubocop -a
[Fix #7977] Add Layout/RedundantLineBreak cop
Allow split description strings in ExampleDescription
Auto-correct dstr nodes in StringConcatenation
Add support for multi-line strings with backslash in InterpolationCheck
Workaround for `Performance/RedundantEqualityComparisonBlock` when using JRuby 9.2
Workaround for `Style/RedundantBegin` when using JRuby 9.2
Drop Ruby 2.4 support
[Fix #9676] Fix an error for `Style/StringChars`
Switch back the docs version to master
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