Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop to version 0.79.0 #101
Merged
+1
−1
Conversation
This comment has been minimized.
This comment has been minimized.
codecov
bot
commented
Jan 7, 2020
•
Codecov Report
@@ Coverage Diff @@
## master #101 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
depfu bot commentedJan 7, 2020
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?
Release Notes
0.79.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Cut 0.79
[Fix #7628] Include trailing comma for single arg (#7630)
[Fix #7627] Fix a false negative for `Migration/DepartmentName`
Fix a typo
Merge pull request #7622 from koic/fix_an_incorrect_autocorrect_for_multiline_when_then
[Fix #7616] Fix an incorrect autocorrect for `Style/MultilineWhenThen`
Regenerate RuboCop TODO
Split MethodCallWithArgsParentheses
Add a spec of beginless range for Ruby 2.7
[Fix #7620] Fix a false positive for `Migration/DepartmentName`
[Fix #7611] An unsafe cop cannot have a safe auto-correction
Extract TargetRuby class
[Fix #7287] FrozenStringLiteralComment is unsafe
Make Naming/MethodParameterName cop aware of argument forwarding
Add new DefNode#argument_forwarding? method
Add new ForwardArgsNode extension
Add Ruby 2.7 node types to tree traversal
Revert workaround for YARD
Recognize rails/web-console calls in Lint/Debugger
Merge pull request #7609 from koic/require_parser_2_7_0_1_or_higher
Require Parser 2.7.0.1 or higher
[Fix #7291] Improve the offense message for Layout/HashAlignment (#7547)
Make use of expect_correction in spec
Fix typo
[Fix #7586] Fix infinite loop in FrozenStringLiteralComment
Remove redundant Parser gem dependency from Gemfile
Merge pull request #7606 from koic/remove_workaround_for_parser_2_7_0_0
Remove workaround code for Parser 2.7.0.0
[Fix #7595] Make `Style/NumericPredicate` aware of ignored methods
Workaround for `cannot load such file -- parser (LoadError)` in CI
CI against Ruby 2.7
Revert "Remove unused code"
Merge pull request #7600 from RicardoTrindade/remove_unused_code
Remove unused methods in linelength cop, arithmetic_operation? method and related tests
[Fix #7576] Fix an error for `Gemspec/OrderedDependencies`
Workaround for a build error when using Ruby 2.7.0 with YARD
Merge pull request #7597 from koic/workaround_for_broke_ci_with_parser_2_7_0
Fix an error when using Parser 2.7.0.0
[Fix #7569] Make `Style/YodaCondition` accept `__FILE__ == $0`
[Fix #7590] Fix an error for `Layout/SpaceBeforeBlockBraces`
[Fix #7593] Do not Kernel#abort on validation errors
Fix the changelog
[Fix #5979] Introduce cops with special status (#7567)
Suppress a deprecation warning when using Ruby 2.7.0-dev
[Fix #7193] Fix string_source for symbol case (%i)
Remove unnecessary use of regexp
Add how to write a breaking change entry to the CONTRIBUTING.md
Merge pull request #7580 from ianfixes/patch-1
analized -> analyzed
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