All Versions
151
Latest Version
Avg Release Cycle
7 days
Latest Release
834 days ago
Changelog History
Page 16
Changelog History
Page 16
-
v0.5.0 Changes
April 17, 2013๐ New features
- ๐ New cop
FavorSprintf
that checks for usages ofString#%
. - ๐ 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 keywordalias
. - ๐ 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
- ๐ New cop