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
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
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.68.0 → ~> 0.72.0) · Repo · Changelog
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