Rubocop v0.75.1 Release Notes

Release Date: 2019-10-14 // over 4 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ #7391: Support pacman formatter on Windows. (@laurenball)
    • ๐Ÿ’… #7407: Make Style/FormatStringToken work inside hashes. (@buehmann)
    • #7389: Fix an issue where passing a formatter might result in an error depending on what character it started with. (@jfhinchcliffe)
    • ๐Ÿ’… #7397: Fix extra comments being added to the correction of Style/SafeNavigation. (@rrosenblum)
    • #7378: Fix heredoc edge cases in Layout/EmptyLineAfterGuardClause. (@gsamokovarov)
    • #7404: Fix a false negative for Layout/IndentAssignment when multiple assignment with line breaks on each line. (@koic)

    ๐Ÿ”„ Changes

    • ๐Ÿ’… #7410: Style/FormatStringToken now finds unannotated format sequences in printf arguments. (@buehmann)
    • 0๏ธโƒฃ #6964: Set default IgnoreCopDirectives to true for Metrics/LineLength. (@jdkaplan)