- New cop
RescueModifier
tracks uses ofrescue
in modifier form - New cop
PercentLiterals
tracks uses of%q
,%Q
,%s
and%x
- New cop
BraceAfterPercent
tracks uses of % literals with delimiters other than ()
- #62 - Config files in ancestor directories are ignored if another exists in home directory
- #65 - Suggests to convert symbols :==, :<=> and the like to snake_case
- 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