Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop to version 0.65.0 #62
+1
−1
Conversation
depfu
bot
added
the
depfu
label
Feb 20, 2019
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Feb 20, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #62 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 5 5
Lines 34 34
=====================================
Hits 34 34 Continue to review full report at Codecov.
|
ruebot
merged commit bead501
into
master
Feb 20, 2019
depfu
bot
deleted the
depfu/update/rubocop-0.65.0
branch
Feb 20, 2019
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.
depfu bot commentedFeb 20, 2019
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.65.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 36 commits:
Merge pull request #6776 from Drenmi/release/0-65-0
Cut 0.65.0
Merge pull request #6757 from Drenmi/bugfix/trailing-comma-in-arguments-cop
[Fix #6755] Prevent Style/TrailingCommaInArgument from breaking when a safe method call is chained on the offending method
Merge pull request #6775 from pocke/fix-changelog-stype
Fix invalid links in CHANGELOG
Merge pull request #6773 from koic/add_range_type_predicate_method
Add `range_type?` which means `irange_type?` and `erange_type?`
Merge pull request #6756 from Drenmi/bugfix/retry-node
Merge pull request #6765 from gsamokovarov/omit-parentheses-kwargs
Allow parens for optional keyword value calls
Merge pull request #6752 from rubocop-hq/expect-no-corrections-helper
Fix node destructuring for `DefinedNode` extension
Add new BreakNode extension
[Fix #6751] Prevent Style/OneLineConditional from breaking on retry keyword
Merge pull request #6613 from dduugg/unsafe-module-function
Mark Style/ModuleFunction as unsafe autocorrect
Move unreleased change log entry to master section
Convert more examples to expect_correction
Add expect_no_corrections helper
Merge pull request #6126 from rrosenblum/strict_mutable_constants
Add a Strict mode to Style/MutableConstants
Merge pull request #6733 from pocke/dup
Warn duplicated keys in .rubocop.yml
Merge pull request #6766 from pocke/use-psych-3.1
Merge pull request #6763 from gsamokovarov/omit-parentheses-in-range-literals
Allow parens for calls in range literals
Drop Ruby 2.2.0 and 2.2.1 to use Psych 3.1
Merge pull request #6762 from koic/specify_stable_to_build_image_on_readthedocs
Specify `stable` to build image on Read the Docs
Merge pull request #6760 from tagliala/fix-reflection-class-name-typo
Fix typo
Merge pull request #6758 from Drenmi/bugfix/raise-args-cop
Fix typos in ReflectionClassName Cop
[Fix #6748] Fix Style/RaiseArgs auto-correction breaking in contexts that require parentheses
Merge pull request #6741 from bquorning/fix-coverage-reporting
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