Rubocop v0.5.0 Release Notes

Release Date: 2013-04-17 // almost 11 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ†• New cop FavorSprintf that checks for usages of String#%.
    • ๐Ÿ†• New cop Semicolon that checks for usages of ; as expression separator.
    • ๐Ÿ†• New cop VariableInterpolation that checks for variable interpolation in double quoted strings.
    • ๐Ÿ†• New cop Alias that checks for uses of the keyword alias.
    • ๐Ÿ’Ž Automatically detect extensionless Ruby files with shebangs when search for Ruby source files in a directory.

    ๐Ÿ› Bugs fixed

    • #59: Interpolated variables not enclosed in braces are not noticed.
    • #42: Received malformed format string ArgumentError from rubocop.

    ๐Ÿคก [@mockdeep]: https://github.com/mockdeep

    ๐Ÿ’… [@cstyles]: https://github.com/cstyles

    ๐Ÿšš [@movermeyer]: https://github.com/movermeyer