Rubocop v1.5.2 Release Notes

Release Date: 2020-12-04 // over 3 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ’… #9152: Fix an incorrect auto-correct for Style/SoleNestedConditional when nested || operator modifier condition. (@koic)
    • #9161: Fix a false positive for Layout/HeredocArgumentClosingParenthesis when using subsequence closing parentheses in the same line. (@koic)
    • #9151: Fix SuggestExtensions to not suggest extensions that are installed but not direct dependencies. (@dvandersluis)
    • ๐Ÿ’… #8985: Fix Style/StringConcatenation autocorrect generating invalid ruby. (@tejasbubane)
    • #9155: Fix a false positive for Layout/MultilineMethodCallIndentation when multiline method chain has expected indent width and the method is preceded by splat for EnforcedStyle: indented_relative_to_receiver. (@koic)

    ๐Ÿ”„ Changes