Rubocop v0.70.0 Release Notes

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

    • ๐Ÿ‘ #6649: Layout/AlignHash supports list of options. (@stoivo)
    • โž• Add IgnoreMethodPatterns config option to Style/MethodCallWithArgsParentheses. (@tejasbubane)
    • ๐Ÿ’… #7059: Add EnforcedStyle to Layout/EmptyLinesAroundAccessModifier. (@koic)
    • ๐Ÿ‘• #7052: Add AllowComments option to Lint/HandleExceptions. (@tejasbubane)

    ๐Ÿ› Bug fixes

    • 0๏ธโƒฃ #7013: Respect DisabledByDefault for custom cops. (@XrXr)
    • #7043: Prevent RDoc error when installing RuboCop 0.69.0 on Ubuntu. (@koic)
    • ๐Ÿ‘• #7023: Autocorrection for Lint/NumberConversion. (@Bhacaz)

    ๐Ÿ”„ Changes