Rubocop v0.27.1 Release Notes

Release Date: 2014-11-08 // over 9 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿšš #1343: Remove auto-correct from RescueException cop. ([@bbatsov][])
    • ๐Ÿ”ง #1425: AllCops/Include configuration parameters are only taken from the project .rubocop.yml and files it inherits from, not from .rubocop.yml files in subdirectories. ([@jonas054][])

    ๐Ÿ› Bugs fixed

    • #1411: Handle lambda calls without a selector in MultilineOperationIndentation. ([@bbatsov][])
    • ๐Ÿ”ง #1401: Files in hidden directories, i.e. ones beginning with dot, can now be selected through configuration, but are still not included by default. ([@jonas054][])
    • #1415: String literals concatenated with backslashes are now handled correctly by StringLiteralsInInterpolation. ([@jonas054][])
    • #1416: Fix handling of begin/rescue/else/end in ElseAlignment. ([@jonas054][])
    • ๐Ÿ‘ #1413: Support empty elsif branches in MultilineIfThen. ([@janraasch][], [@jonas054][])
    • #1406: Allow a newline in SpaceInsideRangeLiteral. ([@bbatsov][])