This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
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 update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ rubocop (0.75.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`
Commits
See the full diff on Github. The new version differs by 15 commits:
v1.18.0
Merge pull request #265 from grosser/bpaquet-master
simplify/cleanup
Update Readme.md
Allow to override the number of processor with an env variable
Merge pull request #258 from duffyjp/ruby_jit
Switched back to precise and trying to include 2.6 JIT to the matrix rather than remove JIT from all but 2.6
Ubuntu precise is deprecated on Travis. Updated to xenial.
Set travis back to only testing master after getting everything debugged.
Allow --jit jobs to fail without marking the whole build as a fail.
The --jit build had a problem with bundler caching. I'm going to disable that and see if it runs. Will add ~10 seconds to each job.
Added ruby_jit branch to allowed travis branches.
Adding additional job with RUBYOPT="--jit" for anything 2.6 or higher
Merge pull request #256 from RDIL/patch-1
Remove deprecated Travis CI option
Release Notes
2.6.5.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 8 commits:
Bump version.
* Bump ruby versions to 2.4.9, 2.5.7 and 2.6.5. (#619)
+ lexer.rl: changed max numparam to `@9` (#617)
Suppress keyword argument warnings in Ruby 2.7 (#612)
+ lexer.rl: support comments before leading dot in 27 mode. (#613)
- lexer.rl: emit tMETHREF as tDOT+tCOLON for rubies < 27. (#614)
Detect and warn about empty else (#611)
Update changelog.
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