Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign up[ruby] Upgrade rubocop to version 0.72.0 #76
+1
−1
Conversation
depfu
bot
added
the
depfu
label
Jun 26, 2019
ruebot
merged commit f8effa0
into
master
Jun 26, 2019
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
depfu
bot
deleted the
depfu/update/rubocop-0.72.0
branch
Jun 26, 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 commentedJun 26, 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.72.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 54 commits:
Cut 0.72
[Fix #6793] Clarify ruby version error
[Fix #7171] Fix an error for `Style/SafeNavigation`
[Fix #7130] Skip autocorrect in `Style/FormatString` if second argument is variable
[Fix #7171] Fix an error for `Style/SafeNavigation`
[Fix #6893] Handle implicit rescue correctly in Naming/RescuedExceptionsVariableName (#7122)
Allow safe-navigation in ternary conditions without parenthesis
Handle URLs in inherit_from
Add new cop `Style/FloatDivision`
[Fix #7165] Fix an error for `Style/ConditionalAssignment`
[Fix #7137] Add new cop that detects the usage of RUBY_VERSION in gemspec (#7140)
Add PayPal to FUNDING.yml
Comment out GitHub sponsor funding platform
Remove an unneeded `include` for `Layout/IndentHeredoc`
Rename enforced style for `Layout/IndentationConsistency`
[Fix #7151] Update default WordRegexp for Style/WordArray cop
Add comments clarifying IndentFirstParameter vs IndentFirstArgument
[Fix #7159] Fix an error for `Lint/DuplicatedKey`
Mention the rubocop-sequel extension in the docs (#7142)
Point to "Alias Method Lexically"
Move alignment examples out of lib/rubocop/rspec/
Add `AllowIfModifier` option to `Style/IfInsideElse` cop
Suppress `Psych.parse` args warn when using Psych 3.1.0
Inline the non-debugger shared examples
src is always a String
Remove duplicated specs
Move shared_examples into spec file
Change "Official manual" => "Documentation"
Add a period at EOL of description
[Fix #7120] Update style guide links (#7139)
Fix a typo
Show alternative for obsolete EnforcesStyle parameter name
Rename `EnforcedStyle: rails` for `Layout/IndentationConsistency`
Merge pull request #7126 from okuramasafumi/patch-1
Merge two Bug fixes entry into one
Fix `Style/WordArray` with `encoding: binary` magic comment and non-ASCII string
Drop development dependency on Rack gem
Merge pull request #7119 from pocke/encoding-cache
Fix cache with non UTF-8 message
Handle unary prefixes on strings as well as numerics
Extract common numeric utilities for int and float nodes
Fix parentheses offence for numeric arguments with an operator
Fix a typo
Add a reference to list of available parser hooks
[Fix #7063] Fix unsafe autocorrect for 'Style/TernaryParentheses'
Bring NodePattern doc up to date
[Fix #7106] Fix an error for `Lint/NumberConversion`
Remove a Rails cops manual
[Fix #7098] Remove post install message for RuboCop Rails
[Fix #5976] Remove Rails cops
Merge pull request #7096 from arbox/patch-1
Correct method naming
Merge pull request #7097 from arielkirkwood/patch-1
Fix missing tick in documentation
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