development-dependency: bump rubocop from 1.19.0 to 1.19.1
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 beforerescue
keyword. ([@koic
][])- #10014: Fix
Style/Encoding
to handle more situations properly. ([@dvandersluis
][])- #10016: Fix conflict between
Style/SoleNestedConditional
andStyle/NegatedIf
/Style/NegatedUnless
. ([@dvandersluis
][])- #10024: Fix an incorrect auto-correct for
Style/RedundantSelfAssignmentBranch
when using multilineif
/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] FixStyle/Encoding
to handle more situations properly. -
a2730c3
[Fix #10004] Fix a false positive forStyle/RedundantBegin
-
4addf09
[Fix #10011] Fix a false positive forStyle/RedundantSelfAssignmentBranch
-
1c9bff0
[Fix #10010] Fix a false positive forStyle/DoubleNegation
-
016f38e
Fix an error forLayout/RescueEnsureAlignment
-
4a52615
Bump RuboCop Performance to 1.11 - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts