Skip to content

Upgrade rubocop to version 1.14.0#35

Closed
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/rubocop-1.14.0
Closed

Upgrade rubocop to version 1.14.0#35
depfu[bot] wants to merge 1 commit intomasterfrom
depfu/update/rubocop-1.14.0

Conversation

@depfu
Copy link

@depfu depfu bot commented May 6, 2021

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.76 → ~> 1.14) · Repo · Changelog

Release Notes

1.14.0

New features

  • #7669: New cop Bundler/GemVersion requires or forbids specifying gem versions. (@timlkelly)
  • #9758: Support TargetRubyVersion 3.1 (experimental). (@koic)
  • #9377: Add cop Layout/SingleLineBlockChain. (@jonas054)

Bug fixes

  • #9751: Style/StringLiteral doesn't autocorrect global variable interpolation. (@etiennebarrie)
  • #9731: Fix two autocorrection issues for Style/NegatedIfElseCondition. (@dvandersluis)
  • #9740: Fix an incorrect auto-correct for Style/SingleLineMethods when defining setter method. (@koic)
  • #9757: Fix a false positive for Lint/NumberConversion when :to_f is one of multiple method arguments. (@koic)
  • #9761: Fix Style/ClassAndModuleChildren false negative for compact style when a class/module is partially nested. (@dvandersluis)
  • #9748: Prevent infinite loops during symlink traversal. (@Tonkpils)
  • #9762: Update VariableForce to be able to handle case-match nodes. (@dvandersluis)
  • #9729: Fix an error for Style/IfUnlessModifier when variable assignment is used in the branch body of if modifier. (@koic)
  • #9750: Fix an incorrect auto-correct for Style/SoleNestedConditional when when using nested if within unless foo == bar. (@koic)
  • #9751: Style/StringLiteral autocorrects '\\' into "\\". (@etiennebarrie)
  • #9732: Support deprecated Socket.gethostbyaddr and Socket.gethostbyname. (@AndreiEres)
  • #9713: Fix autocorrection for block local variables in Lint/UnusedBlockArgument. (@tejasbubane)
  • #9746: Fix a false positive for Lint/UnreachableLoop when using conditional next in a loop. (@koic)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 35 commits:


Depfu Status

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 recreate
Recreates this PR, overwriting any edits that you've made to it
@​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)

@depfu depfu bot added the depfu label May 6, 2021
@depfu depfu bot mentioned this pull request May 6, 2021
@depfu
Copy link
Author

depfu bot commented May 18, 2021

Closed in favor of #36.

@depfu depfu bot closed this May 18, 2021
@depfu depfu bot deleted the depfu/update/rubocop-1.14.0 branch May 18, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants