Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Sep 14, 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.83.0 → ~> 1.21.0) · Repo · Changelog

Release Notes

1.21.0

New features

  • #7849: Add new Lint/AmbiguousOperatorPrecedence cop. (@dvandersluis)
  • #9061: Add new Lint/IncompatibleIoSelectWithFiberScheduler cop. (@koic)

Bug fixes

  • #10067: Fix an error for Lint/NumberConversion when using nested number conversion methods. (@koic)
  • #10054: Fix a false positive for Layout/SpaceAroundOperators when match operators between << and +=. (@koic)
  • #10061: Fix a false positive for Style/RedundantSort when using size method in the block. (@koic)
  • #10063: Fix a false positive for Layout/SingleLineBlockChain when method call chained on a new line after a single line block with trailing dot. (@koic)
  • #10064: Fix Style/ExplicitBlockArgument corrector assuming any existing block argument was named block. (@byroot)
  • #10070: Fix a false positive for Style/MutableConstant when using non-interpolated heredoc in Ruby 3.0. (@koic)

Changes

  • #9674: Disable Style/AsciiComments by default. (@dvandersluis)
  • #10051: Improve the messaging for Style/Documentation to be more clear about what class/module needs documentation. (@dvandersluis)
  • #10074: Update Naming/InclusiveLanguage to be disabled by default. (@dvandersluis)
  • #10068: Mark Style/AndOr as unsafe auto-correction. (@koic)

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

Commits

See the full diff on Github. The new version differs by 27 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 Sep 14, 2021
@depfu depfu bot mentioned this pull request Sep 14, 2021
@depfu
Copy link
Contributor Author

depfu bot commented Sep 30, 2021

Closed in favor of #66.

@depfu depfu bot closed this Sep 30, 2021
@depfu depfu bot deleted the depfu/update/rubocop-1.21.0 branch September 30, 2021 09:56
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.

1 participant