Bug fixes
- #11787: Fix a false positive for
Lint/DuplicateMatchPattern
when repeatedin
patterns but differentif
guard is used. (@koic) - #11789: Fix false negatives for
Style/ParallelAssignment
when Ruby 2.7+. (@koic) - #11783: Fix a false positive for
Style/RedundantLineContinuation
using line concatenation for assigning a return value and without argument parentheses. (@koic)