perryqh / db_blaster

MIT License
0 stars 1 forks source link

Bump rubocop from 1.19.0 to 1.19.1 #16

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps rubocop from 1.19.0 to 1.19.1.

Changelog

Sourced from rubocop's changelog.

1.19.1 (2021-08-19)

Bug fixes

  • #10017: Fixan error for Layout/RescueEnsureAlignment when using zsuper with block. ([@​koic][])
  • #10011: Fix a false positive for Style/RedundantSelfAssignmentBranch when using instance variable, class variable, and global variable. ([@​koic][])
  • #10010: Fix a false positive for Style/DoubleNegation when !! is used at return location and before rescue keyword. ([@​koic][])
  • #10014: Fix Style/Encoding to handle more situations properly. ([@​dvandersluis][])
  • #10016: Fix conflict between Style/SoleNestedConditional and Style/NegatedIf/Style/NegatedUnless. ([@​dvandersluis][])
  • #10024: Fix an incorrect auto-correct for Style/RedundantSelfAssignmentBranch when using multiline if / else conditional assignment. ([@​koic][])
  • #10004: Fix a false positive for Style/RedundantBegin when using one-liner with semicolon. ([@​koic][])
Commits
  • 9a48e71 Cut 1.19.1
  • 064a66c Update Changelog
  • d9c2330 [Fix #9939] Fix/hash as last array item (#9943)
  • 8e885c0 [Fix #10024] Fix an incorrect auto-correct for `Style/RedundantSelfAssignment...
  • 85219e5 [Fix #10014] Fix Style/Encoding to handle more situations properly.
  • a2730c3 [Fix #10004] Fix a false positive for Style/RedundantBegin
  • 4addf09 [Fix #10011] Fix a false positive for Style/RedundantSelfAssignmentBranch
  • 1c9bff0 [Fix #10010] Fix a false positive for Style/DoubleNegation
  • 016f38e Fix an error for Layout/RescueEnsureAlignment
  • 4a52615 Bump RuboCop Performance to 1.11
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #19.