Rubocop v0.71.0 Release Notes

Release Date: 2019-05-30 // almost 5 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ’Ž #7084: Permit to specify TargetRubyVersion 2.7. (@koic)
    • #7092: Node patterns can now use *, + and ? for repetitions. (@marcandre)

    ๐Ÿ› Bug fixes

    • ๐Ÿ’… #7066: Fix Layout/AlignHash when mixed Hash styles are used. (@rmm5t)
    • #7073: Fix false positive in Naming/RescuedExceptionsVariableName cop. (@tejasbubane)
    • #7090: Fix Layout/EmptyLinesAroundBlockBody for multi-line method calls. (@eugeneius)
    • #6936: Fix Layout/MultilineMethodArgumentLineBreaks when bracket hash assignment on multiple lines. (@maxh)
    • ๐Ÿ’… Mark Layout/HeredocArgumentClosingParenthesis incompatible with Style/TrailingCommaInArguments. (@maxh)

    ๐Ÿ”„ Changes

    • ๐Ÿš… #5976: Warn for Rails Cops. (@koic)
    • ๐Ÿš… #5976: Warn for rubocop -R/--rails option. (@koic)
    • ๐Ÿ‘• #7078: Mark Lint/PercentStringArray as unsafe. (@mikegee)